Module Name: src Committed By: martin Date: Tue May 2 17:39:55 UTC 2023
Modified Files: src/sys/dev/pad [netbsd-10]: pad.c padvar.h Log Message: Pull up following revision(s) (requested by mlelstv in ticket #153): sys/dev/pad/pad.c: revision 1.80 sys/dev/pad/pad.c: revision 1.81 sys/dev/pad/pad.c: revision 1.82 sys/dev/pad/pad.c: revision 1.79 sys/dev/pad/padvar.h: revision 1.17 Pace I/O timing to match the audio interface. Enable interrupts while copying buffers. Write slinear_le 16bit samples, independent from platform and AUDIO_INTERNAL_BITS. No longer use AUDIO_INTERNAL_BITS but rely on passed audio format. Don't overflow when scaling 32bit samples. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.78.4.1 src/sys/dev/pad/pad.c cvs rdiff -u -r1.16 -r1.16.10.1 src/sys/dev/pad/padvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.