]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Jul 2026 09:56:06 +0000 (11:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Jul 2026 10:02:51 +0000 (12:02 +0200)
commit93b47e66cc6d6c6382d44b44f5e7f6fc3a7b38c3
tree8d7f4c62045dd18c87b53c05670f2773c5967a16
parent15eab2dd63a97587405ab6bfaad9728d5b35b5fe
ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC

Salvador reported that the recent fix for applying the DSD quirk to
Musical Fidelity devices broke for his M6s DAC model (2772:0502).

Although this is basically a firmware bug, the model in question is
fairly old, and no further firmware update can be expected, so it'd be
better to address in the driver side.

As an ad hoc workaround, skip the DSD quirk for this device by adding
an empty quirk entry of 2772:0502; this essentially skips the later
DSD quirk entry by the match with the vendor 2772.

Fixes: da3a7efff64e ("ALSA: usb-audio: Update for native DSD support quirks")
Reported-by: Salvador Blaya <tiniebla6@gmail.com>
Closes: https://lore.kernel.org/CAOdyq+qFaqCh=tK_wNnA64hv5pQuA1Y09ANxQ=xK8yR-t4mf9Q@mail.gmail.com
Tested-by: Salvador Blaya <tiniebla6@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260709095614.1418838-1-tiwai@suse.de
sound/usb/quirks.c