Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157836
b: refs/heads/master
c: 15cfa2b
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 3, 2009
1 parent 12d38a6 commit ebdd952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e44d4e4cee1ece7b6e6bf4db899b1a7766015306
refs/heads/master: 15cfa2b3db8b64d4e66d36fb88d21bae9ea3dfba
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4350,8 +4350,8 @@ static int stac92xx_init(struct hda_codec *codec)
}
if (cfg->line_out_type == AUTO_PIN_LINE_OUT) {
/* enable pin-detect for line-outs as well */
for (i = 0; i < cfg->hp_outs; i++) {
hda_nid_t nid = cfg->hp_pins[i];
for (i = 0; i < cfg->line_outs; i++) {
hda_nid_t nid = cfg->line_out_pins[i];
enable_pin_detect(codec, nid, STAC_LO_EVENT);
}
}
Expand Down

0 comments on commit ebdd952

Please sign in to comment.