From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933083AbaH0GRv (ORCPT ); Wed, 27 Aug 2014 02:17:51 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56952 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932795AbaH0GRs (ORCPT ); Wed, 27 Aug 2014 02:17:48 -0400 Date: Wed, 27 Aug 2014 08:17:46 +0200 Message-ID: From: Takashi Iwai To: Konstantinos Tsimpoukas Cc: , Jaroslav Kysela , , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ice1712: Replacing hex with #defines In-Reply-To: <1409113308-4671-1-git-send-email-kostaslinuxxx@gmail.com> References: <1409113308-4671-1-git-send-email-kostaslinuxxx@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Tue, 26 Aug 2014 23:21:48 -0500, Konstantinos Tsimpoukas wrote: > > Adds to te readability of the ice1712 driver. > > Signed-off-by: Konstantinos Tsimpoukas Thanks, applied. Takashi > --- > sound/pci/ice1712/ice1712.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c > index 87f7fc4..206ed2c 100644 > --- a/sound/pci/ice1712/ice1712.c > +++ b/sound/pci/ice1712/ice1712.c > @@ -2528,7 +2528,7 @@ static int snd_ice1712_free(struct snd_ice1712 *ice) > if (!ice->port) > goto __hw_end; > /* mask all interrupts */ > - outb(0xc0, ICEMT(ice, IRQ)); > + outb(ICE1712_MULTI_CAPTURE | ICE1712_MULTI_PLAYBACK, ICEMT(ice, IRQ)); > outb(0xff, ICEREG(ice, IRQMASK)); > /* --- */ > __hw_end: > -- > 1.9.1 >