Skip to content

Commit 2d95e8d

Browse files
Steven 'Steve' Kendalltiwai
authored andcommitted
ALSA: usb-audio: Add name for HP Engage Go dock
This dock previously presented as 'generic USB Audio'. UCM may now be applied specific to this dock. Signed-off-by: Steven 'Steve' Kendall <[email protected]> Link: https://lore.kernel.org/r/20240508-usb-audio-hp-engage-go-dock-v1-1-9e2984d49e63@chromium.org Signed-off-by: Takashi Iwai <[email protected]>
1 parent d344873 commit 2d95e8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/usb/card.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ static const struct usb_audio_device_name usb_audio_names[] = {
425425

426426
DEVICE_NAME(0x0fd9, 0x0008, "Hauppauge", "HVR-950Q"),
427427

428+
/* Dock/Stand for HP Engage Go */
429+
PROFILE_NAME(0x103c, 0x830a, "HP", "HP Engage Go Dock",
430+
"HP-Engage-Go-Dock"),
431+
428432
/* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */
429433
DEVICE_NAME(0x103d, 0x0100, "Stanton", "ScratchAmp"),
430434
DEVICE_NAME(0x103d, 0x0101, "Stanton", "ScratchAmp"),

0 commit comments

Comments
 (0)