* [PATCH] ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
@ 2025-02-20 16:15 Dmitry Panchenko | d-Systems
2025-02-20 17:07 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Panchenko | d-Systems @ 2025-02-20 16:15 UTC (permalink / raw)
To: alsa-devel; +Cc: Dmitry Panchenko
From: Dmitry Panchenko <dmitry@d-systems.ee>
Re-add the sample-rate quirk for the Pioneer DJM-900NXS2. This
device does not not work without setting sample-rate.
Signed-off-by: Dmitry Panchenko <dmitry@d-systems.ee>
---
sound/usb/quirks.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index a97efb7b131e..09210fb4ac60 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1868,6 +1868,7 @@ void snd_usb_set_format_quirk(struct snd_usb_substream *subs,
case USB_ID(0x534d, 0x2109): /* MacroSilicon MS2109 */
subs->stream_offset_adj = 2;
break;
+ case USB_ID(0x2b73, 0x000a): /* Pioneer DJM-900NXS2 */
case USB_ID(0x2b73, 0x0013): /* Pioneer DJM-450 */
pioneer_djm_set_format_quirk(subs, 0x0082);
break;
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
2025-02-20 16:15 [PATCH] ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 Dmitry Panchenko | d-Systems
@ 2025-02-20 17:07 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-02-20 17:07 UTC (permalink / raw)
To: Dmitry Panchenko | d-Systems; +Cc: alsa-devel
On Thu, 20 Feb 2025 17:15:37 +0100,
Dmitry Panchenko | d-Systems wrote:
>
> From: Dmitry Panchenko <dmitry@d-systems.ee>
>
> Re-add the sample-rate quirk for the Pioneer DJM-900NXS2. This
> device does not not work without setting sample-rate.
>
> Signed-off-by: Dmitry Panchenko <dmitry@d-systems.ee>
Thanks, applied now.
But at the next time, please rather post to linux-sound ML instead of
alsa-devel ML, and put me to Cc. (I see you've sent a separate post
to me without Cc to ML.)
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-20 17:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 16:15 [PATCH] ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2 Dmitry Panchenko | d-Systems
2025-02-20 17:07 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.