From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/3] ASoC: snd_soc_codec_{readable, writable}_register change default to true Date: Wed, 31 Aug 2011 09:47:28 +0100 Message-ID: <20110831084728.GD4926@opensource.wolfsonmicro.com> References: <1314462254-11717-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id 55DD61038B1 for ; Wed, 31 Aug 2011 10:47:29 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1314462254-11717-1-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Sat, Aug 27, 2011 at 06:24:12PM +0200, Lars-Peter Clausen wrote: > Change the default return value of snd_soc_codec_{readable,writable}_register to > true when no codec specific callback for this function is given. Otherwise all > registers of that codec will neither be readable nor writable, which is most > certainly not what we want. Applied all, thanks.