]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] ad1848: fix AD1848P macro
authorRene Herman <rene.herman@gmail.com>
Mon, 10 Sep 2007 21:13:26 +0000 (23:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2007 14:49:22 +0000 (16:49 +0200)
Consistent variable naming is a good thing, but let's be a little less
sneaky about enforcing it... ;-/

Signed-off-by: Rene Herman <rene.herman@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
include/sound/ad1848.h

index b2c3f00a9b3537d808ac307daa4b61ad4f7b4a42..ca0b6c35e5a93bea44a2644e1a82af6643f1f9b8 100644 (file)
@@ -27,7 +27,7 @@
 
 /* IO ports */
 
-#define AD1848P( codec, x ) ( (chip) -> port + c_d_c_AD1848##x )
+#define AD1848P( chip, x ) ( (chip) -> port + c_d_c_AD1848##x )
 
 #define c_d_c_AD1848REGSEL     0
 #define c_d_c_AD1848REG                1