diff options
author | David Henningsson <david.henningsson@canonical.com> | 2013-02-14 05:36:39 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-14 05:54:43 -0500 |
commit | 8be69efacdc73fc110624f847bdf04b83decfc70 (patch) | |
tree | d20ed948f1409cdd75091ee396e1ea44553e2866 /sound/pci | |
parent | 2c1350fdeaefefe1a149d3b083383409f43f0daa (diff) |
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: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 7d941ef54172..941bf6c766ec 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -3350,6 +3350,7 @@ static int patch_conexant_auto(struct hda_codec *codec) | |||
3350 | switch (codec->vendor_id) { | 3350 | switch (codec->vendor_id) { |
3351 | case 0x14f15045: | 3351 | case 0x14f15045: |
3352 | codec->single_adc_amp = 1; | 3352 | codec->single_adc_amp = 1; |
3353 | codec->power_filter = NULL; /* Needs speaker amp to D3 to avoid click */ | ||
3353 | break; | 3354 | break; |
3354 | case 0x14f15047: | 3355 | case 0x14f15047: |
3355 | codec->pin_amp_workaround = 1; | 3356 | codec->pin_amp_workaround = 1; |