Skip to content

Commit

Permalink
ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
Browse files Browse the repository at this point in the history
Dell WD15 Dock with 0bda:4014 doesn't give any useful strings for the
vendor and the product names.  Name them more specifically via quirk,
as well as the UCM profile name.

Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed May 2, 2018
1 parent 07eca5f commit 6455abb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sound/usb/quirks-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -3371,5 +3371,15 @@ AU0828_DEVICE(0x2040, 0x7270, "Hauppauge", "HVR-950Q"),
}
}
},
/* Dell WD15 Dock */
{
USB_DEVICE(0x0bda, 0x4014),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "Dell",
.product_name = "WD15 Dock",
.profile_name = "Dell-WD15-Dock",
.ifnum = QUIRK_NO_INTERFACE
}
},

#undef USB_DEVICE_VENDOR_SPEC

0 comments on commit 6455abb

Please sign in to comment.