Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293102
b: refs/heads/master
c: f568291
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 21, 2012
1 parent aa2fabb commit 4223ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 689cabf6d07c82003310c221f719130f3a4f29c7
refs/heads/master: f568291ef571522202e8b9f893ab33694bb2fc31
6 changes: 5 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -3353,7 +3353,11 @@ static int fill_and_eval_dacs(struct hda_codec *codec,
}
if (cfg->hp_outs && cfg->line_out_type == AUTO_PIN_SPEAKER_OUT) {
/* try multi-ios with HP + inputs */
err = alc_auto_fill_multi_ios(codec, cfg->hp_pins[0], false, 1);
int offset = 0;
if (cfg->line_outs >= 3)
offset = 1;
err = alc_auto_fill_multi_ios(codec, cfg->hp_pins[0], false,
offset);
if (err < 0)
return err;
badness += err;
Expand Down

0 comments on commit 4223ebe

Please sign in to comment.