From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH 2/2] ASoC: ad193x: Drop .volatile_reg implementation Date: Tue, 20 Oct 2015 11:02:49 +0200 Message-ID: <56260339.7080803@metafoo.de> References: <1445331286.25880.1.camel@ingics.com> <1445331371.25880.3.camel@ingics.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-188.synserver.de (smtp-out-200.synserver.de [212.40.185.200]) by alsa0.perex.cz (Postfix) with ESMTP id 0630B26621A for ; Tue, 20 Oct 2015 11:02:54 +0200 (CEST) In-Reply-To: <1445331371.25880.3.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 , Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On 10/20/2015 10:56 AM, Axel Lin wrote: > adau193x_reg_volatile() always return false. > This seems pointless because current code uses REGCACHE_NONE cache_type > which is supposed to be volatile. > > Signed-off-by: Axel Lin Acked-by: Lars-Peter Clausen Thanks.