Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270447
b: refs/heads/master
c: d09c06c
h: refs/heads/master
i:
  270445: 459f11c
  270443: ed3bd38
  270439: caa02f7
  270431: 88ec689
v: v3
  • Loading branch information
Takashi Iwai committed Oct 13, 2011
1 parent b495d1f commit 8818eae
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: e653510a27e63b41a5bae3c46eb093375e17ca2d
refs/heads/master: d09c06c6fc240261dde65198774b279d89c35459
2 changes: 1 addition & 1 deletion trunk/sound/usb/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ static int parse_audio_feature_unit(struct mixer_build *state, int unitid, void
build_feature_ctl(state, _ftr, 0, i, &iterm, unitid, 0);
}
} else { /* UAC_VERSION_2 */
for (i = 0; i < 30/2; i++) {
for (i = 0; i < ARRAY_SIZE(audio_feature_info); i++) {
unsigned int ch_bits = 0;
unsigned int ch_read_only = 0;

Expand Down

0 comments on commit 8818eae

Please sign in to comment.