Skip to content

Commit bc5b4e5

Browse files
WillerZtiwai
authored andcommitted
ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
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>
1 parent 73ff391 commit bc5b4e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23052305
QUIRK_FLAG_PLAYBACK_FIRST | QUIRK_FLAG_GENERIC_IMPLICIT_FB),
23062306
DEVICE_FLG(0x13e5, 0x0001, /* Serato Phono */
23072307
QUIRK_FLAG_IGNORE_CTL_ERROR),
2308+
DEVICE_FLG(0x152a, 0x880a, /* NeuralDSP Quad Cortex */
2309+
0), /* Doesn't have the vendor quirk which would otherwise apply */
23082310
DEVICE_FLG(0x154e, 0x1002, /* Denon DCD-1500RE */
23092311
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
23102312
DEVICE_FLG(0x154e, 0x1003, /* Denon DA-300USB */

0 commit comments

Comments
 (0)