From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH v6 1/2] ASoC: da7210: Add support for mute and zero cross controls Date: Wed, 19 Oct 2011 17:59:59 +0100 Message-ID: <20111019165952.GA23788@opensource.wolfsonmicro.com> References: <1319014146.7230.47.camel@matrix> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 842091039B5 for ; Wed, 19 Oct 2011 19:00:01 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1319014146.7230.47.camel@matrix> 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: Ashish Chavan Cc: linux-kernel , alsa-devel , lrg , "kuninori.morimoto.gx" , David Dajun Chen List-Id: alsa-devel@alsa-project.org On Wed, Oct 19, 2011 at 02:19:06PM +0530, Ashish Chavan wrote: > This patch adds support for below set of controls, > (1) Mute controls for MIC, AUX and ADC > (2) Zero cross controls for head phone, AUX, INPGA and line out > (3) Head phone mode selection - class H or G Applied, thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756780Ab1JSRAE (ORCPT ); Wed, 19 Oct 2011 13:00:04 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:34491 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349Ab1JSRAB (ORCPT ); Wed, 19 Oct 2011 13:00:01 -0400 Date: Wed, 19 Oct 2011 17:59:59 +0100 From: Mark Brown To: Ashish Chavan Cc: lrg , alsa-devel , David Dajun Chen , "kuninori.morimoto.gx" , linux-kernel Subject: Re: [alsa-devel] [PATCH v6 1/2] ASoC: da7210: Add support for mute and zero cross controls Message-ID: <20111019165952.GA23788@opensource.wolfsonmicro.com> References: <1319014146.7230.47.camel@matrix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1319014146.7230.47.camel@matrix> X-Cookie: You dialed 5483. 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 Wed, Oct 19, 2011 at 02:19:06PM +0530, Ashish Chavan wrote: > This patch adds support for below set of controls, > (1) Mute controls for MIC, AUX and ADC > (2) Zero cross controls for head phone, AUX, INPGA and line out > (3) Head phone mode selection - class H or G Applied, thanks.