From 251084a323a9a7ce7fbd593f11850130163aa186 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 21 Jan 2013 16:25:18 +0100 Subject: [PATCH] --- yaml --- r: 353195 b: refs/heads/master c: 2748746f40da674cd6ba405fd3ef83e12a94b8ed h: refs/heads/master i: 353193: 40e721af053779b0b91932d49dfb2277f54758b0 353191: 338c1e2d8fb2bb54f0ae9fb88169123d01f4d8d4 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4e72c819cc7f..df65feb326fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6efcc52653676fde888bf7837d01468d4f846465 +refs/heads/master: 2748746f40da674cd6ba405fd3ef83e12a94b8ed diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index fd29f4918879..c53b6f9f2ca8 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -3743,6 +3743,7 @@ static int patch_stac92hd73xx(struct hda_codec *codec) spec = codec->spec; spec->linear_tone_beep = 0; + spec->gen.mixer_nid = 0x1d; num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1; if (num_dacs < 3 || num_dacs > 5) { @@ -3840,6 +3841,7 @@ static int patch_stac92hd83xxx(struct hda_codec *codec) spec = codec->spec; spec->linear_tone_beep = 0; spec->gen.own_eapd_ctl = 1; + spec->gen.mixer_nid = 0x1b; spec->digbeep_nid = 0x21; spec->pwr_nids = stac92hd83xxx_pwr_nids; @@ -3882,6 +3884,7 @@ static int patch_stac92hd71bxx(struct hda_codec *codec) spec = codec->spec; spec->linear_tone_beep = 0; spec->gen.own_eapd_ctl = 1; + spec->gen.mixer_nid = 0x17; codec->patch_ops = stac_patch_ops;