Skip to content

Commit 9af3b4f

Browse files
DmitryPantiwai
authored andcommitted
ALSA: usb-audio: Re-add sample rate quirk for Pioneer DJM-900NXS2
Re-add the sample-rate quirk for the Pioneer DJM-900NXS2. This device does not work without setting sample-rate. Signed-off-by: Dmitry Panchenko <dmitry@d-systems.ee> Cc: <stable@vger.kernel.org> Link: https://patch.msgid.link/20250220161540.3624660-1-dmitry@d-systems.ee Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent a3bdd8f commit 9af3b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,6 +1868,7 @@ void snd_usb_set_format_quirk(struct snd_usb_substream *subs,
18681868
case USB_ID(0x534d, 0x2109): /* MacroSilicon MS2109 */
18691869
subs->stream_offset_adj = 2;
18701870
break;
1871+
case USB_ID(0x2b73, 0x000a): /* Pioneer DJM-900NXS2 */
18711872
case USB_ID(0x2b73, 0x0013): /* Pioneer DJM-450 */
18721873
pioneer_djm_set_format_quirk(subs, 0x0082);
18731874
break;

0 commit comments

Comments
 (0)