Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45225
b: refs/heads/master
c: f9af1d9
h: refs/heads/master
i:
  45223: 75f6490
v: v3
  • Loading branch information
David S. Miller committed Jan 4, 2007
1 parent aa1ec93 commit 67cb4f7
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: d35a1b9e10481c9f1d3b87e778a0f1f6a0a2dd48
refs/heads/master: f9af1d9deaaffe6803dec693748498886915d766
4 changes: 2 additions & 2 deletions trunk/sound/sparc/cs4231.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ static struct snd_pcm_hardware snd_cs4231_playback =
.channels_min = 1,
.channels_max = 2,
.buffer_bytes_max = (32*1024),
.period_bytes_min = 256,
.period_bytes_min = 64,
.period_bytes_max = (32*1024),
.periods_min = 1,
.periods_max = 1024,
Expand All @@ -1288,7 +1288,7 @@ static struct snd_pcm_hardware snd_cs4231_capture =
.channels_min = 1,
.channels_max = 2,
.buffer_bytes_max = (32*1024),
.period_bytes_min = 256,
.period_bytes_min = 64,
.period_bytes_max = (32*1024),
.periods_min = 1,
.periods_max = 1024,
Expand Down

0 comments on commit 67cb4f7

Please sign in to comment.