Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276274
b: refs/heads/master
c: 542c9a0
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 29, 2011
1 parent 5b1061c commit 86b0c26
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ae7cc709f2ec11b49fc31b20cd8c943794ae9576
refs/heads/master: 542c9a0a2fa351149c4a3467589a54cafcf0a1dd
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,9 @@ static int stac92xx_init(struct hda_codec *codec)
int pinctl, def_conf;

/* power on when no jack detection is available */
if (!spec->hp_detect) {
/* or when the VREF is used for controlling LED */
if (!spec->hp_detect ||
(spec->gpio_led > 8 && spec->gpio_led == nid)) {
stac_toggle_power_map(codec, nid, 1);
continue;
}
Expand Down

0 comments on commit 86b0c26

Please sign in to comment.