projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35a1b9
)
[SOUND] Sparc CS4231: Use 64 for period_bytes_min
author
David S. Miller
<
[email protected]
>
Thu, 4 Jan 2007 02:51:54 +0000
(18:51 -0800)
committer
David S. Miller
<
[email protected]
>
Thu, 4 Jan 2007 02:51:54 +0000
(18:51 -0800)
This matches what the ISA cs4231 driver uses.
Tested by Georg Chini.
Signed-off-by: David S. Miller <
[email protected]
>
sound/sparc/cs4231.c
patch
|
blob
|
history
diff --git
a/sound/sparc/cs4231.c
b/sound/sparc/cs4231.c
index 78c412ae2234c5f4037aa0a2fdcfadd78282d0de..f5956d557f70089f6f9c544df07aacc684876c86 100644
(file)
--- a/
sound/sparc/cs4231.c
+++ b/
sound/sparc/cs4231.c
@@
-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,
@@
-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,