Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8be69efa authored by David Henningsson's avatar David Henningsson Committed by Takashi Iwai
Browse files

ALSA: hda - Remove speaker clicks on CX20549

This chip needs the speaker pin to go to D3 to avoid clicks,
so default_power_filter does not work here.

This was found on Thinkpad R61i/T61i but I guess it applies to
the entire chip. If not, quirks should be set for at least
PCI SSID 17aa:20ac.

Thanks to c4pp4 for testing.

BugLink: https://bugs.launchpad.net/bugs/886975


Signed-off-by: default avatarDavid Henningsson <david.henningsson@canonical.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2c1350fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3350,6 +3350,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
	switch (codec->vendor_id) {
	switch (codec->vendor_id) {
	case 0x14f15045:
	case 0x14f15045:
		codec->single_adc_amp = 1;
		codec->single_adc_amp = 1;
		codec->power_filter = NULL; /* Needs speaker amp to D3 to avoid click */
		break;
		break;
	case 0x14f15047:
	case 0x14f15047:
		codec->pin_amp_workaround = 1;
		codec->pin_amp_workaround = 1;