Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248464
b: refs/heads/master
c: 2557f74
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed May 13, 2011
1 parent 3c2e19c commit ba74219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 447ee6a7cbbfb5ae7ab8f9b8b058b4a04fe398bf
refs/heads/master: 2557f7427d4bd1fc00166556e3047c5f3ed91958
8 changes: 4 additions & 4 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -3420,13 +3420,13 @@ static void cx_auto_check_auto_mic(struct hda_codec *codec)
if (is_ext_mic(codec, cfg->inputs[0].pin) &&
is_int_mic(codec, cfg->inputs[1].pin)) {
spec->auto_mic = 1;
spec->auto_mic_ext = 1;
spec->auto_mic_ext = 0;
return;
}
if (is_int_mic(codec, cfg->inputs[1].pin) &&
is_ext_mic(codec, cfg->inputs[0].pin)) {
if (is_int_mic(codec, cfg->inputs[0].pin) &&
is_ext_mic(codec, cfg->inputs[1].pin)) {
spec->auto_mic = 1;
spec->auto_mic_ext = 0;
spec->auto_mic_ext = 1;
return;
}
}
Expand Down

0 comments on commit ba74219

Please sign in to comment.