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)
commit16dcde46b5688607b5d5363b722b32f192460939
treede957803672a87a900fe08e69085e4b8a2e233da
parentdfec0eca8b74135b45be4417ad1f72c6c0795fe6
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