Commit 559ff03fa33cf7d1b023c3d365e67738f429ead7

Authored by Curtis Malainey
Committed by Takashi Iwai
1 parent f8c11eb7da

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>

Showing 1 changed file with 8 additions and 4 deletions Side-by-side Diff

sound/usb/quirks-table.h
... ... @@ -3265,11 +3265,15 @@
3265 3265 }
3266 3266 },
3267 3267  
  3268 +/*
  3269 + * The original product_name is "USB Sound Device", however this name
  3270 + * is also used by the CM106 based cards, so make it unique.
  3271 + */
3268 3272 {
3269   - /*
3270   - * The original product_name is "USB Sound Device", however this name
3271   - * is also used by the CM106 based cards, so make it unique.
3272   - */
  3273 + USB_DEVICE(0x0d8c, 0x0102),
  3274 + QUIRK_RENAME_DEVICE(NULL, "ICUSBAUDIO7D")
  3275 +},
  3276 +{
3273 3277 USB_DEVICE(0x0d8c, 0x0103),
3274 3278 QUIRK_RENAME_DEVICE(NULL, "Audio Advantage MicroII")
3275 3279 },