]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda/realtek - Avoid invalid COEFs for ALC271X
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Feb 2014 08:56:13 +0000 (09:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 5 Feb 2014 06:17:49 +0000 (07:17 +0100)
commitd3c56568f43807135f2c2a09582a69f809f0d8b7
treede957803672a87a900fe08e69085e4b8a2e233da
parent4528eb19b00d9ccd65ded6f8201eec704267edd8
ALSA: hda/realtek - Avoid invalid COEFs for ALC271X

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
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c