From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 2/2] ASoC: wm8753: Drop wm8753_writeable function Date: Thu, 6 Aug 2015 17:24:36 +0100 Message-ID: <20150806162436.GD25225@opensource.wolfsonmicro.com> References: <1438394622.6442.1.camel@ingics.com> <1438394692.6442.2.camel@ingics.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 CE0482604D1 for ; Thu, 6 Aug 2015 18:24:36 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1438394692.6442.2.camel@ingics.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: Axel Lin Cc: alsa-devel@alsa-project.org, Mark Brown , Liam Girdwood , patches@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Sat, Aug 01, 2015 at 10:04:52AM +0800, Axel Lin wrote: > When .max_register is set and .writeable_reg is not implement, registers > between 0 and .max_register are writeable. This is the same as current > implementation of wm8753_writeable(), so just drop implementation for > .writeable_reg callback. > > Signed-off-by: Axel Lin > --- Acked-by: Charles Keepax Thanks, Charles