* [PATCH v2] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
@ 2026-03-28 8:07 Phil Willoughby
2026-03-28 8:59 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Phil Willoughby @ 2026-03-28 8:07 UTC (permalink / raw)
To: linux-sound; +Cc: Phil Willoughby, Yue Wang, Jaroslav Kysela, Takashi Iwai
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>
---
Improve commit message.
sound/usb/quirks.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 4955cbe3b60a..67e812bd9113 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -2361,6 +2361,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 */
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
2026-03-28 8:07 [PATCH v2] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex Phil Willoughby
@ 2026-03-28 8:59 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-03-28 8:59 UTC (permalink / raw)
To: Phil Willoughby; +Cc: linux-sound, Yue Wang, Jaroslav Kysela, Takashi Iwai
On Sat, 28 Mar 2026 09:07:34 +0100,
Phil Willoughby wrote:
>
> 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>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-28 8:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 8:07 [PATCH v2] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex Phil Willoughby
2026-03-28 8:59 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox