Skip to content

Commit 559ff03

Browse files
cujomalaineytiwai
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent f8c11eb commit 559ff03

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

sound/usb/quirks-table.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3265,11 +3265,15 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
32653265
}
32663266
},
32673267

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+
*/
3272+
{
3273+
USB_DEVICE(0x0d8c, 0x0102),
3274+
QUIRK_RENAME_DEVICE(NULL, "ICUSBAUDIO7D")
3275+
},
32683276
{
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-
*/
32733277
USB_DEVICE(0x0d8c, 0x0103),
32743278
QUIRK_RENAME_DEVICE(NULL, "Audio Advantage MicroII")
32753279
},

0 commit comments

Comments
 (0)