Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233709
b: refs/heads/master
c: 3064967
h: refs/heads/master
i:
  233707: f54ab23
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Feb 22, 2011
1 parent 537047e commit 4ddf5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eeda276bef36026fce3029e6423e1a09a50c359e
refs/heads/master: 306496761745942d8167e9193a738b559a7fb0b3
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ static void via_auto_init_analog_input(struct hda_codec *codec)
hda_nid_t nid = cfg->inputs[i].pin;
if (spec->smart51_enabled && is_smart51_pins(spec, nid))
ctl = PIN_OUT;
else if (i == AUTO_PIN_MIC)
else if (cfg->inputs[i].type == AUTO_PIN_MIC)
ctl = PIN_VREF50;
else
ctl = PIN_IN;
Expand Down

0 comments on commit 4ddf5ee

Please sign in to comment.