From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCHv2 0/2] fm801: small clean up series Date: Tue, 29 Apr 2014 16:31:03 +0200 Message-ID: References: <1398758165-15671-1-git-send-email-andy.shevchenko@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 44D1C2652C5 for ; Tue, 29 Apr 2014 16:31:03 +0200 (CEST) In-Reply-To: <1398758165-15671-1-git-send-email-andy.shevchenko@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: Andy Shevchenko Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Tue, 29 Apr 2014 10:56:02 +0300, Andy Shevchenko wrote: > > Two patches in the series are targeting to clean up a bit fm801 driver. > > Changes since v1: > - remove inline from helper function definitions > - fix rebase issue that led to wrong logic > - rename helper function to be more particular > - reorder parameters in the hw accessor macros > > Andy Shevchenko (2): > fm801: introduce macros to access the hardware > fm801: introduce fm801_ac97_is_ready()/fm801_ac97_is_valid() helpers Thanks, applied both patches now. Takashi > > sound/pci/fm801.c | 200 ++++++++++++++++++++++++++++-------------------------- > 1 file changed, 105 insertions(+), 95 deletions(-) > > -- > 1.8.3.101.g727a46b >