[alsa-devel] ALC1150 broken on SuperMicro X10SAT
Dana Goyette
danagoyette at gmail.com
Tue Sep 2 05:07:26 CEST 2014
On 09/01/2014 06:17 AM, Takashi Iwai wrote:
> What about the patch below? It might be that only one of two changes
> is needed.
>
>
> thanks,
>
> Takashi
>
> ---
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index d446ac3137b3..1ba22fb527c2 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -328,6 +328,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:
> @@ -2350,6 +2351,7 @@ static int patch_alc882(struct hda_codec *codec)
> switch (codec->vendor_id) {
> case 0x10ec0882:
> case 0x10ec0885:
> + case 0x10ec0900:
> break;
> default:
> /* ALC883 and variants */
>
I've applied the patch, and that fixes it without having to specify a
model. Thanks!
For reference, here's alsa-info after the patch:
http://www.alsa-project.org/db/?f=d3a135bd31671e545067821bbd2cacc9d8f6fff8
More information about the Alsa-devel
mailing list