From 67cb4f7693e8c466f1abae17c060588fabcd5fd4 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 3 Jan 2007 18:51:54 -0800 Subject: [PATCH] --- yaml --- r: 45225 b: refs/heads/master c: f9af1d9deaaffe6803dec693748498886915d766 h: refs/heads/master i: 45223: 75f64908a6b691caed17e0b9d63ba55a40603d92 v: v3 --- [refs] | 2 +- trunk/sound/sparc/cs4231.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5d92d745600e..4770b137e714 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d35a1b9e10481c9f1d3b87e778a0f1f6a0a2dd48 +refs/heads/master: f9af1d9deaaffe6803dec693748498886915d766 diff --git a/trunk/sound/sparc/cs4231.c b/trunk/sound/sparc/cs4231.c index 78c412ae2234..f5956d557f70 100644 --- a/trunk/sound/sparc/cs4231.c +++ b/trunk/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,