mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ALSA: usb-audio: add startech usb audio dock name
The dock sold from startech (PID: ICUSBAUDIO7D) has no friendly name and shows up currently as "USB Sound Device" in ALSA. Signed-off-by: Curtis Malainey <cujomalainey@chromium.org> Link: https://lore.kernel.org/r/20200804010616.3399256-1-cujomalainey@chromium.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f8c11eb7da
commit
559ff03fa3
1 changed files with 8 additions and 4 deletions
|
@ -3265,11 +3265,15 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
/*
|
/*
|
||||||
* The original product_name is "USB Sound Device", however this name
|
* The original product_name is "USB Sound Device", however this name
|
||||||
* is also used by the CM106 based cards, so make it unique.
|
* is also used by the CM106 based cards, so make it unique.
|
||||||
*/
|
*/
|
||||||
|
{
|
||||||
|
USB_DEVICE(0x0d8c, 0x0102),
|
||||||
|
QUIRK_RENAME_DEVICE(NULL, "ICUSBAUDIO7D")
|
||||||
|
},
|
||||||
|
{
|
||||||
USB_DEVICE(0x0d8c, 0x0103),
|
USB_DEVICE(0x0d8c, 0x0103),
|
||||||
QUIRK_RENAME_DEVICE(NULL, "Audio Advantage MicroII")
|
QUIRK_RENAME_DEVICE(NULL, "Audio Advantage MicroII")
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue