diff options
author | Andrea Borgia <andrea@borgia.bo.it> | 2009-01-13 01:17:47 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-13 09:54:57 +0300 |
commit | dc61b66fc724f89d357c43e2319d2cb7bec1e517 (patch) | |
tree | 61b1b25f9c8db318be4e7b4ea15e250abb38f5a3 /sound/usb | |
parent | 3195954da9cdb1cadb2059921c62e69d376c624f (diff) | |
download | linux-dc61b66fc724f89d357c43e2319d2cb7bec1e517.tar.xz |
ALSA: rename "Device" to "Toshiba SB-0500" via quirks
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/usbquirks.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 92115755d98e..d59323ecd571 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -39,6 +39,16 @@ .idProduct = prod, \ .bInterfaceClass = USB_CLASS_VENDOR_SPEC +/* Creative/Toshiba Multimedia Center SB-0500 */ +{ + USB_DEVICE(0x041e, 0x3048), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Toshiba", + .product_name = "SB-0500", + .ifnum = QUIRK_NO_INTERFACE + } +}, + /* Creative/E-Mu devices */ { USB_DEVICE(0x041e, 0x3010), |