]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
authorPhil Willoughby <willerz@gmail.com>
Sat, 28 Mar 2026 08:07:34 +0000 (08:07 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sat, 28 Mar 2026 08:58:44 +0000 (09:58 +0100)
The NeuralDSP Quad Cortex does not support DSD playback. We need
this product-specific entry with zero quirks because otherwise it
falls through to the vendor-specific entry which marks it as
supporting DSD playback.

Cc: Yue Wang <yuleopen@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>
Signed-off-by: Phil Willoughby <willerz@gmail.com>
Link: https://patch.msgid.link/20260328080921.3310-1-willerz@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c

index 1f82e9e02d4b98f1950d0ff8d9ac48dbffa8929c..6e40c18c37f95316d1a3aa76d1c7f943f5ec259a 100644 (file)
@@ -2305,6 +2305,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
                   QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB),
        DEVICE_FLG(0x13e5, 0x0001, /* Serato Phono */
                   QUIRK_FLAG_IGNORE_CTL_ERROR),
+       DEVICE_FLG(0x152a, 0x880a, /* NeuralDSP Quad Cortex */
+                  0), /* Doesn't have the vendor quirk which would otherwise apply */
        DEVICE_FLG(0x154e, 0x1002, /* Denon DCD-1500RE */
                   QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
        DEVICE_FLG(0x154e, 0x1003, /* Denon DA-300USB */