Revision d3c56568f43807135f2c2a09582a69f809f0d8b7 authored by Takashi Iwai on 03 February 2014, 08:56:13 UTC, committed by Takashi Iwai on 05 February 2014, 06:17:49 UTC
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>
1 parent 4528eb1
History
File Mode Size
Documentation
arch
bench
config
python
scripts
tests
ui
util
.gitignore -rw-r--r-- 272 bytes
CREDITS -rw-r--r-- 603 bytes
MANIFEST -rw-r--r-- 927 bytes
Makefile -rw-r--r-- 1.9 KB
Makefile.perf -rw-r--r-- 30.1 KB
builtin-annotate.c -rw-r--r-- 9.7 KB
builtin-bench.c -rw-r--r-- 6.0 KB
builtin-buildid-cache.c -rw-r--r-- 8.7 KB
builtin-buildid-list.c -rw-r--r-- 2.9 KB
builtin-diff.c -rw-r--r-- 24.9 KB
builtin-evlist.c -rw-r--r-- 1.7 KB
builtin-help.c -rw-r--r-- 11.5 KB
builtin-inject.c -rw-r--r-- 11.5 KB
builtin-kmem.c -rw-r--r-- 17.8 KB
builtin-kvm.c -rw-r--r-- 39.2 KB
builtin-list.c -rw-r--r-- 1.8 KB
builtin-lock.c -rw-r--r-- 22.8 KB
builtin-mem.c -rw-r--r-- 5.8 KB
builtin-probe.c -rw-r--r-- 13.5 KB
builtin-record.c -rw-r--r-- 25.0 KB
builtin-report.c -rw-r--r-- 26.8 KB
builtin-sched.c -rw-r--r-- 44.0 KB
builtin-script.c -rw-r--r-- 43.6 KB
builtin-stat.c -rw-r--r-- 47.2 KB
builtin-timechart.c -rw-r--r-- 30.4 KB
builtin-top.c -rw-r--r-- 30.8 KB
builtin-trace.c -rw-r--r-- 62.9 KB
builtin.h -rw-r--r-- 2.2 KB
command-list.txt -rw-r--r-- 878 bytes
design.txt -rw-r--r-- 17.4 KB
perf-archive.sh -rw-r--r-- 1.3 KB
perf-completion.sh -rw-r--r-- 4.0 KB
perf.c -rw-r--r-- 12.8 KB
perf.h -rw-r--r-- 6.7 KB

back to top