From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755900Ab1JQVoN (ORCPT ); Mon, 17 Oct 2011 17:44:13 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:57996 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755845Ab1JQVoJ (ORCPT ); Mon, 17 Oct 2011 17:44:09 -0400 Date: Mon, 17 Oct 2011 22:44:07 +0100 From: Mark Brown To: Ashish Chavan Cc: lrg , alsa-devel , David Dajun Chen , "kuninori.morimoto.gx" , linux-kernel Subject: Re: [alsa-devel] [PATCH v4 2/7] ASoC: da7210: Add support for High pass and Voice filters for ADC and DAC Message-ID: <20111017214407.GG5200@opensource.wolfsonmicro.com> References: <1318670406.613.35.camel@matrix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1318670406.613.35.camel@matrix> X-Cookie: Is this really happening? User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 15, 2011 at 02:50:06PM +0530, Ashish Chavan wrote: > This patch add controls for setting cut-off for high pass and voice > filters of ADC and DAC. There are also switches to enable/disable > these filters. Applied, thanks.