From: Konstantinos Tsimpoukas Date: Wed, 27 Aug 2014 04:21:48 +0000 (-0500) Subject: ALSA: ice1712: Replacing hex with #defines X-Git-Tag: v3.18-rc1~99^2~49 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=890b13a308b9df78ad05fc57eb440b32399be35e;p=linux.git ALSA: ice1712: Replacing hex with #defines Adds to the readability of the ice1712 driver. Signed-off-by: Konstantinos Tsimpoukas Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index 87f7fc41d4f2..206ed2cbcef9 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: