Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252101
b: refs/heads/master
c: 506a419
h: refs/heads/master
i:
  252099: 5375041
v: v3
  • Loading branch information
Takashi Iwai committed May 23, 2011
1 parent 1a2ebc7 commit ca867a2
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: d2859fd49200f1f3efd8acdb54b6d51d3ab82302
refs/heads/master: 506a4196d44218eca20db529c84410dc1095e457
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 @@ -3790,7 +3790,7 @@ static void cx_auto_check_auto_mic(struct hda_codec *codec)
int pset[INPUT_PIN_ATTR_NORMAL + 1];
int i;

for (i = 0; i < INPUT_PIN_ATTR_NORMAL; i++)
for (i = 0; i < ARRAY_SIZE(pset); i++)
pset[i] = -1;
for (i = 0; i < spec->private_imux.num_items; i++) {
hda_nid_t pin = spec->imux_info[i].pin;
Expand Down

0 comments on commit ca867a2

Please sign in to comment.