Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257735
b: refs/heads/master
c: bb8bf4d
h: refs/heads/master
i:
  257733: 8208ffa
  257731: a5a880f
  257727: d7474e1
v: v3
  • Loading branch information
Takashi Iwai committed Jul 7, 2011
1 parent 47d1780 commit 4759b5e
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 8e89995c58644682302fe9e298a9e30ff38d01a1
refs/heads/master: bb8bf4d40cb67dac12106746067994c38229de69
7 changes: 7 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -18845,6 +18845,13 @@ static int alc662_auto_fill_dac_nids(struct hda_codec *codec)
sizeof(hda_nid_t) * (cfg->line_outs - i - 1));
}

if (cfg->hp_outs && !spec->multiout.hp_nid)
spec->multiout.hp_nid =
alc_auto_look_for_dac(codec, cfg->hp_pins[0]);
if (cfg->speaker_outs && !spec->multiout.extra_out_nid[0])
spec->multiout.extra_out_nid[0] =
alc_auto_look_for_dac(codec, cfg->speaker_pins[0]);

return 0;
}

Expand Down

0 comments on commit 4759b5e

Please sign in to comment.