Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257464
b: refs/heads/master
c: acb8e26
h: refs/heads/master
v: v3
  • Loading branch information
Ben Gardiner authored and Mark Brown committed May 25, 2011
1 parent a420e6d commit 1d4c54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8e56d5b834610504e232641565236ac60740a858
refs/heads/master: acb8e2666eba7417e2fab783f86dbe067c3e815f
4 changes: 2 additions & 2 deletions trunk/sound/soc/davinci/davinci-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static struct snd_pcm_hardware pcm_hardware_playback = {
.rate_min = 8000,
.rate_max = 96000,
.channels_min = 2,
.channels_max = 2,
.channels_max = 384,
.buffer_bytes_max = 128 * 1024,
.period_bytes_min = 32,
.period_bytes_max = 8 * 1024,
Expand All @@ -97,7 +97,7 @@ static struct snd_pcm_hardware pcm_hardware_capture = {
.rate_min = 8000,
.rate_max = 96000,
.channels_min = 2,
.channels_max = 2,
.channels_max = 384,
.buffer_bytes_max = 128 * 1024,
.period_bytes_min = 32,
.period_bytes_max = 8 * 1024,
Expand Down

0 comments on commit 1d4c54f

Please sign in to comment.