CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/18 02:05:11
Modified files:
sys/dev/usb : uaudio.c
Log message:
uaudio: Handle devices with a single clock exposed in multiple domains
Many devices seem to expose multiple clocks (aka clock domains) even
if they have one physical clock only. If two clocks have the same
attributes and at least one common rate, print a warning and assume
they are synchronous.
ok phessler
