Skip to content

Commit 34dedd2

Browse files
khfengtiwai
authored andcommitted
ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control
The USB device (0x17aa:0x1046) that support Lenovo P620 rear panel line-in claim to support volume control, but it doens't seem to have an AMP, so when line-in volume lowers below 80, nothing gets recorded anymore. Disable the volume control to workaround the issue. Fixes: f8c11eb ("ALSA: usb-audio: Add support for Lenovo ThinkStation P620") Signed-off-by: Kai-Heng Feng <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 6e85961 commit 34dedd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/mixer_maps.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ static const struct usbmix_name_map asus_rog_map[] = {
371371
};
372372

373373
static const struct usbmix_name_map lenovo_p620_rear_map[] = {
374+
{ 19, NULL, 2 }, /* FU, Volume */
374375
{ 19, NULL, 12 }, /* FU, Input Gain Pad */
375376
{}
376377
};

0 commit comments

Comments
 (0)