[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFs7P=jk=wfo0nbHzqd1NrGX3NKpOezD4-u=nAMqzq7mq4Lidg@mail.gmail.com>
Date: Thu, 29 Aug 2024 12:18:43 -0400
From: Joshua Pius <joshuapius@...gle.com>
To: linux-kernel@...r.kernel.org, linux-media@...r.kernel.org
Subject: [PATCH] ALSA: Add logitech Audio profile quirk
Specify shortnames for the following Logitech Devices: Rally bar, Rally
bar mini, MeetUp and Huddle.
BUG=b:362311751
TEST=aplay -l
TEST=Observe codecs listed
UPSTREAM-TASK=b:362958780
Signed-off-by: Joshua Pius <joshuapius@...gle.com>
---
diff --git a/sound/usb/card.c b/sound/usb/card.c
index 2d6c2f1394c18..6bfbd22152819 100644
--- a/sound/usb/card.c
+++ b/sound/usb/card.c
@@ -375,7 +375,12 @@ static const struct usb_audio_device_name
usb_audio_names[] = {
/* Creative/Toshiba Multimedia Center SB-0500 */
DEVICE_NAME(0x041e, 0x3048, "Toshiba", "SB-0500"),
+ /* Logitech Audio Devices */
DEVICE_NAME(0x046d, 0x0990, "Logitech, Inc.", "QuickCam Pro 9000"),
+ DEVICE_NAME(0x046d, 0x0898, "Logitech, Inc.", "Logi-RB-Audio"),
+ DEVICE_NAME(0x046d, 0x08d2, "Logitech, Inc.", "Logi-RBM-Audio"),
+ DEVICE_NAME(0x046d, 0x0867, "Logitech, Inc.", "Logi-MeetUp"),
+ DEVICE_NAME(0x046d, 0x087c, "Logitech, Inc.", "Logi-Huddle"),
/* ASUS ROG Zenith II: this machine has also two devices, one for
* the front headphone and another for the rest
---
Powered by blists - more mailing lists