Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120510
b: refs/heads/master
c: 30d72e9
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 27, 2008
1 parent 15bbd7e commit 36b138c
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: 529bd6c4a63f8468fd66f63fdc22d7070439b3cd
refs/heads/master: 30d72e9f614e7bd76e28d4d92bd54d90a96905bb
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -4269,7 +4269,7 @@ static void set_capture_mixer(struct alc_spec *spec)
alc_capture_mixer2,
alc_capture_mixer3,
};
if (spec->num_adc_nids > 0 && spec->num_adc_nids < 3)
if (spec->num_adc_nids > 0 && spec->num_adc_nids <= 3)
spec->cap_mixer = caps[spec->num_adc_nids - 1];
}

Expand Down

0 comments on commit 36b138c

Please sign in to comment.