Commit 26f3f4fd authored by Takashi Iwai's avatar Takashi Iwai Committed by Greg Kroah-Hartman

ALSA: hda - Fix COEF setups for ALC1150 codec

commit acf08081 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: default avatarDana Goyette <danagoyette@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 288a0603
...@@ -327,6 +327,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) ...@@ -327,6 +327,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type)
case 0x10ec0885: case 0x10ec0885:
case 0x10ec0887: case 0x10ec0887:
/*case 0x10ec0889:*/ /* this causes an SPDIF problem */ /*case 0x10ec0889:*/ /* this causes an SPDIF problem */
case 0x10ec0900:
alc889_coef_init(codec); alc889_coef_init(codec);
break; break;
case 0x10ec0888: case 0x10ec0888:
...@@ -2349,6 +2350,7 @@ static int patch_alc882(struct hda_codec *codec) ...@@ -2349,6 +2350,7 @@ static int patch_alc882(struct hda_codec *codec)
switch (codec->vendor_id) { switch (codec->vendor_id) {
case 0x10ec0882: case 0x10ec0882:
case 0x10ec0885: case 0x10ec0885:
case 0x10ec0900:
break; break;
default: default:
/* ALC883 and variants */ /* ALC883 and variants */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment