diff options
author | Steven 'Steve' Kendall <skend@chromium.org> | 2024-05-09 01:29:25 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-05-09 11:10:34 +0300 |
commit | 2d95e8d48499fbb14ee7c1b93c73938bb0751275 (patch) | |
tree | 3459163c0f0a514b4ea8c9cf988a10d550f3efee /sound | |
parent | d344873c4cbde249b7152d36a273bcc45864001e (diff) | |
download | linux-2d95e8d48499fbb14ee7c1b93c73938bb0751275.tar.xz |
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 <skend@chromium.org>
Link: https://lore.kernel.org/r/20240508-usb-audio-hp-engage-go-dock-v1-1-9e2984d49e63@chromium.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/card.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 1b2edc0fd2e9..bdb04fa37a71 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c @@ -425,6 +425,10 @@ static const struct usb_audio_device_name usb_audio_names[] = { DEVICE_NAME(0x0fd9, 0x0008, "Hauppauge", "HVR-950Q"), + /* Dock/Stand for HP Engage Go */ + PROFILE_NAME(0x103c, 0x830a, "HP", "HP Engage Go Dock", + "HP-Engage-Go-Dock"), + /* Stanton/N2IT Final Scratch v1 device ('Scratchamp') */ DEVICE_NAME(0x103d, 0x0100, "Stanton", "ScratchAmp"), DEVICE_NAME(0x103d, 0x0101, "Stanton", "ScratchAmp"), |