From 3a7788b751c488c11cdfa8e29f0bc3d8648142e6 Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Mon, 3 Sep 2007 08:20:09 +0200 Subject: [ALSA] usb-audio: update quirk for Rane SL 1 (aka. Serato Scratch Live) Allow the interface's mixer to be used, and give the interface its correct name. Signed-off-by: Mark Hills Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela --- sound/usb/usbquirks.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sound/usb') diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 20a2f6ef432..5f882a9b7c1 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1777,13 +1777,14 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, +/* */ { - /* Serato Scratch Live DJ Box */ + /* aka. Serato Scratch Live DJ Box */ USB_DEVICE(0x13e5, 0x0001), - .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) - { - .ifnum = QUIRK_ANY_INTERFACE, - .type = QUIRK_AUDIO_STANDARD_INTERFACE + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Rane", + .product_name = "SL-1", + .ifnum = QUIRK_NO_INTERFACE } }, -- cgit v1.2.3