Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353195
b: refs/heads/master
c: 2748746
h: refs/heads/master
i:
  353193: 40e721a
  353191: 338c1e2
v: v3
  • Loading branch information
Takashi Iwai committed Jan 21, 2013
1 parent 6d22b38 commit 251084a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6efcc52653676fde888bf7837d01468d4f846465
refs/heads/master: 2748746f40da674cd6ba405fd3ef83e12a94b8ed
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 251084a

Please sign in to comment.