From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH 2/2] ASoC: adau1701: remove control_data assignment Date: Sat, 29 Jun 2013 14:09:41 +0200 Message-ID: <51CECE85.5070601@metafoo.de> References: <1372363205-31244-1-git-send-email-zonque@gmail.com> <1372363205-31244-2-git-send-email-zonque@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailhost.informatik.uni-hamburg.de (mailhost.informatik.uni-hamburg.de [134.100.9.70]) by alsa0.perex.cz (Postfix) with ESMTP id B32FD261AA3 for ; Sat, 29 Jun 2013 14:06:12 +0200 (CEST) In-Reply-To: <1372363205-31244-2-git-send-email-zonque@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Daniel Mack Cc: alsa-devel@alsa-project.org, broonie@kernel.org List-Id: alsa-devel@alsa-project.org On 06/27/2013 10:00 PM, Daniel Mack wrote: > codec->control_data has to be left unset to make the ASoC core access the > regmap properly. > > That bug slipped in during a rebase session of the driver refactoring. > > Signed-off-by: Daniel Mack Acked-by: Lars-Peter Clausen Thanks.