Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751412AbXAFOzI (ORCPT ); Sat, 6 Jan 2007 09:55:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751411AbXAFOzI (ORCPT ); Sat, 6 Jan 2007 09:55:08 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:43817 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbXAFOzE (ORCPT ); Sat, 6 Jan 2007 09:55:04 -0500 Date: Sat, 6 Jan 2007 15:20:09 +0100 (MET) From: Jan Engelhardt To: Chris Wright cc: Linux Kernel Mailing List , stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, David Miller , bunk@stusta.de, Georg Chini Subject: Re: [patch 43/50] SOUND: Sparc CS4231: Fix IRQ return value and initialization. In-Reply-To: <20070106023628.119087000@sous-sol.org> Message-ID: References: <20070106022753.334962000@sous-sol.org> <20070106023628.119087000@sous-sol.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1190 Lines: 40 >Subject: [patch 43/50] SOUND: Sparc CS4231: Fix IRQ return value and > initialization. > >--- linux-2.6.19.1.orig/sound/sparc/cs4231.c >+++ linux-2.6.19.1/sound/sparc/cs4231.c >@@ -1268,7 +1268,7 @@ static struct snd_pcm_hardware snd_cs423 > .channels_min = 1, > .channels_max = 2, > .buffer_bytes_max = (32*1024), >- .period_bytes_min = 4096, >+ .period_bytes_min = 256, > .period_bytes_max = (32*1024), > .periods_min = 1, > .periods_max = 1024, >Subject: [patch 44/50] SOUND: Sparc CS4231: Use 64 for period_bytes_min >--- linux-2.6.19.1.orig/sound/sparc/cs4231.c >+++ linux-2.6.19.1/sound/sparc/cs4231.c >@@ -1268,7 +1268,7 @@ static struct snd_pcm_hardware snd_cs423 > .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, Can't 44 be folded into 43? -`J' -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/