]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: usb-audio: add clock quirk for Motu 1248
authorNicola Lunghi <nick83ola@gmail.com>
Mon, 4 May 2026 14:45:20 +0000 (16:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 4 May 2026 15:50:02 +0000 (17:50 +0200)
commit320e55722ca466a7d40dd69e1aea982cb6189006
tree92910e745c388240726c8af104f2c14615cf8ae8
parentf3c57c9c2a49a21d784b7c04a2c883bffc070659
ALSA: usb-audio: add clock quirk for Motu 1248

The Motu 1248 (and probably other older Motu AVB interfaces) take more
than 2 seconds to switch clock. During the clock switching process the
device return that the clock is not valid. This is similar to what
already implemented for the Microbook II interface. Add the Motu
1248 usb id to the existing Motu quirk.

Signed-off-by: Nicola Lunghi <nick83ola@gmail.com>
Link: https://patch.msgid.link/20260504144520.699522-2-nick83ola@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/clock.c