Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353156
b: refs/heads/master
c: 02aba55
h: refs/heads/master
v: v3
  • Loading branch information
David Henningsson authored and Takashi Iwai committed Jan 16, 2013
1 parent 6fd8ba8 commit 04a41f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0f3b21643487e2bbf8af534a33ffd2857e18fa1
refs/heads/master: 02aba550537a666b8d09346f39d6372c78b115a5
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/hda_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2826,6 +2826,9 @@ static int parse_mic_boost(struct hda_codec *codec)
struct nid_path *path;
unsigned int val;

if (!nid_has_volume(codec, nid, HDA_INPUT))
continue;

label = hda_get_autocfg_input_label(codec, cfg, i);
if (prev_label && !strcmp(label, prev_label))
type_idx++;
Expand Down

0 comments on commit 04a41f8

Please sign in to comment.