Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120546
b: refs/heads/master
c: 03c6901
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Dec 19, 2008
1 parent 194ac86 commit a2232f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 692f90421d3716ef0d0f120d9d2c9684009a4a01
refs/heads/master: 03c6901ea22bbb532586334d5b79941ccf56d5b0
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,7 @@ static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
}

if ((spec->multiout.num_dacs - cfg->line_outs) > 0 &&
cfg->hp_outs && !spec->multiout.hp_nid)
cfg->hp_outs == 1 && !spec->multiout.hp_nid)
spec->multiout.hp_nid = nid;

if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Expand Down Expand Up @@ -4598,6 +4598,7 @@ static int patch_stac92hd73xx(struct hda_codec *codec)
spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
spec->eapd_switch = 0;
spec->num_amps = 1;
spec->multiout.hp_nid = 0; /* dual HPs */

if (!spec->init)
spec->init = dell_m6_core_init;
Expand Down

0 comments on commit a2232f2

Please sign in to comment.