From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Herman Subject: Re: [PATCH] wss: fix capture formats limitations Date: Sun, 20 Jul 2008 20:30:44 +0200 Message-ID: <48838454.7020701@keyaccess.nl> References: <20080720201452.d4155736.krzysztof.h1@poczta.fm> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by alsa0.perex.cz (Postfix) with ESMTP id 574962446E for ; Sun, 20 Jul 2008 20:28:33 +0200 (CEST) In-Reply-To: <20080720201452.d4155736.krzysztof.h1@poczta.fm> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Krzysztof Helt Cc: Takashi Iwai , Alsa-devel List-Id: alsa-devel@alsa-project.org On 20-07-08 20:14, Krzysztof Helt wrote: > From: Krzysztof Helt > > Fix copy-paste error with Interwave instead of ad1848 > chip condition. > Limit opti93x cards capture formats to only linear ones. > > Signed-off-by: Krzysztof Helt Added: http://members.home.nl/rene.herman/wss/ > Thank you Rene for collecting, testing and reviewing my > patches. I found one mistake in the series and this patch > fixes it. > > I have also limited capture formats for opti93x chips because > the opti93x manual states that it supports mu-law, a-law and > ADPCM decompression. The word "decompression" probably > suggest that compression (recording) is not possible as its > manufacturer could just state the card supported mu-law, a-law > and ADPCM. That sounds likely... will look. Rene.