ALSA: hda/realtek - Avoid invalid COEFs for ALC271X
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Feb 2014 08:56:13 +0000 (09:56 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 1 Apr 2014 23:58:48 +0000 (00:58 +0100)
commit9735862809c0aad5cb427a13868ce1a1997871fb
treee79ef3c20ce8b7bac2cd3121259acf1efb0330c3
parentfecfa5d27e1a8f833d2d4d4705946c7aaa6b4e07
ALSA: hda/realtek - Avoid invalid COEFs for ALC271X

commit d3c56568f43807135f2c2a09582a69f809f0d8b7 upstream.

We've seen often problems after suspend/resume on Acer Aspire One
AO725 with ALC271X codec as reported in kernel bugzilla, and it turned
out that some COEFs doesn't work and triggers the codec communication
stall.

Since these magic COEF setups are specific to ALC269VB for some PLL
configurations, the machine works even without these manual
adjustment.  So, let's simply avoid applying them for ALC271X.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=52181
Signed-off-by: Takashi Iwai <tiwai@suse.de>
[bwh: Backported to 3.2: return 0]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/pci/hda/patch_realtek.c