From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 7/7] ASoC: wm9713: Use core AC'97 reset helper Date: Mon, 27 Jul 2015 21:01:27 +0100 Message-ID: <20150727200127.GD6230@opensource.wolfsonmicro.com> References: <1437508386-13828-1-git-send-email-lars@metafoo.de> <1437508386-13828-8-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 opensource.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id E30D9260488 for ; Mon, 27 Jul 2015 22:01:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1437508386-13828-8-git-send-email-lars@metafoo.de> 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: Lars-Peter Clausen Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com, Takashi Iwai , Liam Girdwood , Mark Brown , Manuel Lauss List-Id: alsa-devel@alsa-project.org On Tue, Jul 21, 2015 at 09:53:06PM +0200, Lars-Peter Clausen wrote: > Use the new snd_ac97_reset() helper and the reset functionality provided by > snd_soc_new_ac97_codec() to perform the device reset rather than > open-coding it. > > Signed-off-by: Lars-Peter Clausen > --- Acked-by: Charles Keepax Thanks, Charles