Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34874
b: refs/heads/master
c: 5e4968e
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 2ee11dd commit 48bff11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 6fb982803522bc86ca61774c6edf317f77165453
refs/heads/master: 5e4968e24ced93b7b130e7e1fc947a79f82776bf
4 changes: 1 addition & 3 deletions trunk/sound/pci/fm801.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,8 @@ static unsigned int channels[] = {
2, 4, 6
};

#define CHANNELS sizeof(channels) / sizeof(channels[0])

static struct snd_pcm_hw_constraint_list hw_constraints_channels = {
.count = CHANNELS,
.count = ARRAY_SIZE(channels),
.list = channels,
.mask = 0,
};
Expand Down

0 comments on commit 48bff11

Please sign in to comment.