aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-09-02 07:21:56 +0200
committerBen Hutchings <ben@decadent.org.uk>2014-11-05 20:27:40 +0000
commitdd27db6dbfd3ccac0806576b572a86f213a59208 (patch)
treed7231ffc23fbfe9c1c72ce4d5b089eac9d86b322 /sound/pci
parentc81ddee59127ad2900e623d8fe5e839c48e1a027 (diff)
downloadkernel_samsung_smdk4412-dd27db6dbfd3ccac0806576b572a86f213a59208.zip
kernel_samsung_smdk4412-dd27db6dbfd3ccac0806576b572a86f213a59208.tar.gz
kernel_samsung_smdk4412-dd27db6dbfd3ccac0806576b572a86f213a59208.tar.bz2
ALSA: hda - Fix COEF setups for ALC1150 codec
commit acf08081adb5e8fe0519eb97bb49797ef52614d6 upstream. ALC1150 codec seems to need the COEF- and PLL-setups just like its compatible ALC882 codec. Some machines (e.g. SunMicro X10SAT) show the problem like too low output volumes unless the COEF setup is applied. Reported-and-tested-by: Dana Goyette <danagoyette@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 491cdf0..d10a6ef 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -789,6 +789,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
case 0x10ec0885:
case 0x10ec0887:
/*case 0x10ec0889:*/ /* this causes an SPDIF problem */
+ case 0x10ec0900:
alc889_coef_init(codec);
break;
case 0x10ec0888:
@@ -4343,6 +4344,7 @@ static int patch_alc882(struct hda_codec *codec)
switch (codec->vendor_id) {
case 0x10ec0882:
case 0x10ec0885:
+ case 0x10ec0900:
break;
default:
/* ALC883 and variants */