Skip to content

Commit 4919353

Browse files
superm1tiwai
authored andcommitted
ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt 3 dock
The audio controller in the Lenovo Thinkpad Thunderbolt 3 dock doesn't support reading the sampling rate. Add a quirk for it. Suggested-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Link: https://patch.msgid.link/20250527172657.1972565-1-superm1@kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 534e9cf commit 4919353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
22852285
QUIRK_FLAG_DISABLE_AUTOSUSPEND),
22862286
DEVICE_FLG(0x17aa, 0x104d, /* Lenovo ThinkStation P620 Internal Speaker + Front Headset */
22872287
QUIRK_FLAG_DISABLE_AUTOSUSPEND),
2288+
DEVICE_FLG(0x17ef, 0x3083, /* Lenovo TBT3 dock */
2289+
QUIRK_FLAG_GET_SAMPLE_RATE),
22882290
DEVICE_FLG(0x1852, 0x5062, /* Luxman D-08u */
22892291
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
22902292
DEVICE_FLG(0x1852, 0x5065, /* Luxman DA-06 */

0 commit comments

Comments
 (0)