Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257750
b: refs/heads/master
c: a2a870c
h: refs/heads/master
v: v3
  • Loading branch information
Lydia Wang authored and Takashi Iwai committed Jul 8, 2011
1 parent 33ba426 commit 8429800
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 5c9a5615dedec19196b1217e864616a2ce9e392a
refs/heads/master: a2a870c82797e47884b2736e95e9d9c89a51c219
6 changes: 6 additions & 0 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,12 @@ static int via_auto_create_hp_ctls(struct hda_codec *codec, hda_nid_t pin)
&spec->hp_path)) {
spec->hp_dac_nid = spec->hp_path.path[0];
spec->hp_indep_shared = true;
} else if (spec->multiout.dac_nids[HDA_CLFE] &&
parse_output_path(codec, pin,
spec->multiout.dac_nids[HDA_CLFE],
&spec->hp_path)) {
spec->hp_dac_nid = spec->hp_path.path[0];
spec->hp_indep_shared = true;
}

if (!parse_output_path(codec, pin, spec->multiout.dac_nids[HDA_FRONT],
Expand Down

0 comments on commit 8429800

Please sign in to comment.