diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-09-02 09:21:56 +0400 |
---|---|---|
committer | Zefan Li <lizefan@huawei.com> | 2014-12-01 13:02:21 +0300 |
commit | a643fab2d72b817d72320aa504a9887bd6d01046 (patch) | |
tree | 98c70a4dff3d1cd14e0720d07e0277391fbf8d64 /sound/pci | |
parent | 94667ee06fc9383403396c5a8e9b5df55f98a2e2 (diff) | |
download | linux-a643fab2d72b817d72320aa504a9887bd6d01046.tar.xz |
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: Zefan Li <lizefan@huawei.com>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 36284b8562f0..9461a004f08b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -811,6 +811,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: @@ -5516,6 +5517,7 @@ static int patch_alc882(struct hda_codec *codec) switch (codec->vendor_id) { case 0x10ec0882: case 0x10ec0885: + case 0x10ec0900: break; default: /* ALC883 and variants */ |