Skip to content

Commit a51c925

Browse files
Joshua Piustiwai
authored andcommitted
ALSA: usb-audio: Add logitech Audio profile quirk
Specify shortnames for the following Logitech Devices: Rally bar, Rally bar mini, Tap, MeetUp and Huddle. Signed-off-by: Joshua Pius <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 12647a7 commit a51c925

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sound/usb/card.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,12 @@ static const struct usb_audio_device_name usb_audio_names[] = {
384384
/* Creative/Toshiba Multimedia Center SB-0500 */
385385
DEVICE_NAME(0x041e, 0x3048, "Toshiba", "SB-0500"),
386386

387+
/* Logitech Audio Devices */
388+
DEVICE_NAME(0x046d, 0x0867, "Logitech, Inc.", "Logi-MeetUp"),
389+
DEVICE_NAME(0x046d, 0x0874, "Logitech, Inc.", "Logi-Tap-Audio"),
390+
DEVICE_NAME(0x046d, 0x087c, "Logitech, Inc.", "Logi-Huddle"),
391+
DEVICE_NAME(0x046d, 0x0898, "Logitech, Inc.", "Logi-RB-Audio"),
392+
DEVICE_NAME(0x046d, 0x08d2, "Logitech, Inc.", "Logi-RBM-Audio"),
387393
DEVICE_NAME(0x046d, 0x0990, "Logitech, Inc.", "QuickCam Pro 9000"),
388394

389395
DEVICE_NAME(0x05e1, 0x0408, "Syntek", "STK1160"),

0 commit comments

Comments
 (0)