Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353180
b: refs/heads/master
c: 1799cdd
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 18, 2013
1 parent db931fd commit 7591767
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: 49920427eca5830eb65ea1be241090e425de37cb
refs/heads/master: 1799cdd51adeca201625542faeef19ca7a74b2d3
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ static int parse_mic_boost(struct hda_codec *codec)
continue;

/* check only line-in and mic pins */
if (cfg->inputs[idx].type > AUTO_PIN_MIC)
if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
continue;

path = get_input_path(codec, 0, i);
Expand Down

0 comments on commit 7591767

Please sign in to comment.