aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorFrantišek Kučera <franta-linux@frantovo.cz>2020-08-25 17:31:13 +0200
committerTakashi Iwai <tiwai@suse.de>2020-08-26 10:21:30 +0200
commit14335d8b9e1a2bf006f9d969a103f9731cabb210 (patch)
tree515182ac6a9ebb6e8663ccca62ac8c57bfc76906 /sound/usb/quirks.c
parentALSA: usb-audio: Add implicit feedback quirk for UR22C (diff)
downloadwireguard-linux-14335d8b9e1a2bf006f9d969a103f9731cabb210.tar.xz
wireguard-linux-14335d8b9e1a2bf006f9d969a103f9731cabb210.zip
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.c1
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 */