Skip to content

Commit

Permalink
ALSA: rename "Device" to "Toshiba SB-0500" via quirks
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Andrea Borgia authored and Takashi Iwai committed Jan 13, 2009
1 parent 3195954 commit dc61b66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit dc61b66

Please sign in to comment.