Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270361
b: refs/heads/master
c: a301fed
h: refs/heads/master
i:
  270359: 546f649
v: v3
  • Loading branch information
Takashi Iwai committed Aug 24, 2011
1 parent 07aacc9 commit 453229b
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: 5e8e1a9b05ccad82ac48cf63c8f96ff42f53f561
refs/heads/master: a301fed4b91dca95b64d9689480421aac9d79e3a
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ static void cx_auto_parse_input(struct hda_codec *codec)
}
if (imux->num_items >= 2 && cfg->num_inputs == imux->num_items)
cx_auto_check_auto_mic(codec);
if (imux->num_items > 1 && !spec->auto_mic) {
if (imux->num_items > 1) {
for (i = 1; i < imux->num_items; i++) {
if (spec->imux_info[i].adc != spec->imux_info[0].adc) {
spec->adc_switching = 1;
Expand Down

0 comments on commit 453229b

Please sign in to comment.