From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [RFC 03/12] ASoC: Consolidate use of controls with custom get/put function Date: Tue, 4 Oct 2011 16:30:54 +0100 Message-ID: <20111004153054.GM6934@opensource.wolfsonmicro.com> References: <1317728389-22062-1-git-send-email-peter.ujfalusi@ti.com> <1317728389-22062-4-git-send-email-peter.ujfalusi@ti.com> 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 D3F1D103960 for ; Tue, 4 Oct 2011 17:30:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1317728389-22062-4-git-send-email-peter.ujfalusi@ti.com> 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: Peter Ujfalusi Cc: alsa-devel@alsa-project.org, Arun KS , Liam Girdwood , Misael Lopez Cruz List-Id: alsa-devel@alsa-project.org On Tue, Oct 04, 2011 at 02:39:40PM +0300, Peter Ujfalusi wrote: > Use the macros for controls require custom get/put function. > This is to make sure that the soc_mixer_control is used > consistently among the drivers. Hrm, this doesn't actually apply on for-3.2 - looks like it collides with Axel's cleanups. Can you check and regenerate please?