Module Name: src Committed By: mlelstv Date: Mon Apr 10 15:14:51 UTC 2023
Modified Files: src/sys/dev/usb: uaudio.c uaudioreg.h Log Message: Handle more UAC2 descriptors and add debug output. Fix handling of clock sources (mix.wIndex wasn't set). UAC2 can use separate clock sources (and thus sample rates) for each terminal. That doesn't match the audio(4) model where sample rates are part of an audio format and global. For now, try to match clocks for input and output terminals separately. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/dev/usb/uaudio.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/uaudioreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.