diff options
author | Miller Puckette <msp@ucsd.edu> | 2011-08-04 12:25:56 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-05 08:27:02 +0200 |
commit | 02651d1a9725f29e95296c37cf9a4f16e9c01bff (patch) | |
tree | de8fa2d34800182689e9e6475f80543c0ada5c69 /sound/usb | |
parent | 1faa5d07a93fc5b0a4a5254fc940a79e20b55540 (diff) | |
download | talos-op-linux-02651d1a9725f29e95296c37cf9a4f16e9c01bff.tar.gz talos-op-linux-02651d1a9725f29e95296c37cf9a4f16e9c01bff.zip |
ALSA: usb-audio - add quirk for Keith McMillen StringPort
Signed-off-by: Miller Puckette <msp@ucsd.edu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/quirks-table.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index dba0b7f11c54..4d4f86552a23 100644 --- a/sound/usb/quirks-table.h +++ b/sound/usb/quirks-table.h @@ -2417,6 +2417,12 @@ YAMAHA_DEVICE(0x7010, "UB99"), .idProduct = 0x1020, }, +/* KeithMcMillen Stringport */ +{ + USB_DEVICE(0x1f38, 0x0001), + .bInterfaceClass = USB_CLASS_AUDIO, +}, + /* Miditech devices */ { USB_DEVICE(0x4752, 0x0011), |