diff options
author | František Kučera <franta-linux@frantovo.cz> | 2020-08-25 18:31:13 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-08-26 11:21:30 +0300 |
commit | 14335d8b9e1a2bf006f9d969a103f9731cabb210 (patch) | |
tree | 515182ac6a9ebb6e8663ccca62ac8c57bfc76906 /sound/usb/quirks.c | |
parent | 7c5b892e0871655fea3294ffac6fa3cc3400b60d (diff) | |
download | linux-14335d8b9e1a2bf006f9d969a103f9731cabb210.tar.xz |
ALSA: usb-audio: Add basic capture support for Pioneer DJ DJM-250MK2
This patch extends support for DJM-250MK2 and allows recording.
However, DVS is not possible yet (see the comment in code).
Signed-off-by: František Kučera <franta-linux@frantovo.cz>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200825153113.6352-1-konference@frantovo.cz
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r-- | sound/usb/quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c index b800fd92106c..75bbdc691243 100644 --- a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -1503,6 +1503,7 @@ void snd_usb_set_format_quirk(struct snd_usb_substream *subs, set_format_emu_quirk(subs, fmt); break; case USB_ID(0x2b73, 0x000a): /* Pioneer DJ DJM-900NXS2 */ + case USB_ID(0x2b73, 0x0017): /* Pioneer DJ DJM-250MK2 */ pioneer_djm_set_format_quirk(subs); break; case USB_ID(0x534d, 0x2109): /* MacroSilicon MS2109 */ |