forked from Minki/linux
ALSA: usb-audio: Use the new macro for HP Dock rename quirks
Replace the open-code with the new QUIRK_DEVICE_PROFILE() macro for
simplicity.
Fixes: 0c5086f569
("ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt Dock")
Link: https://lore.kernel.org/r/20200608071513.570-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0c5086f569
commit
e4b0e41fee
@ -43,22 +43,14 @@
|
||||
/* HP Thunderbolt Dock Audio Headset */
|
||||
{
|
||||
USB_DEVICE(0x03f0, 0x0269),
|
||||
.driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
|
||||
.vendor_name = "HP",
|
||||
.product_name = "Thunderbolt Dock Audio Headset",
|
||||
.profile_name = "HP-Thunderbolt-Dock-Audio-Headset",
|
||||
.ifnum = QUIRK_NO_INTERFACE
|
||||
}
|
||||
QUIRK_DEVICE_PROFILE("HP", "Thunderbolt Dock Audio Headset",
|
||||
"HP-Thunderbolt-Dock-Audio-Headset"),
|
||||
},
|
||||
/* HP Thunderbolt Dock Audio Module */
|
||||
{
|
||||
USB_DEVICE(0x03f0, 0x0567),
|
||||
.driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {
|
||||
.vendor_name = "HP",
|
||||
.product_name = "Thunderbolt Dock Audio Module",
|
||||
.profile_name = "HP-Thunderbolt-Dock-Audio-Module",
|
||||
.ifnum = QUIRK_NO_INTERFACE
|
||||
}
|
||||
QUIRK_DEVICE_PROFILE("HP", "Thunderbolt Dock Audio Module",
|
||||
"HP-Thunderbolt-Dock-Audio-Module"),
|
||||
},
|
||||
/* FTDI devices */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user