From: Rene Herman Date: Mon, 10 Sep 2007 21:13:26 +0000 (+0200) Subject: [ALSA] ad1848: fix AD1848P macro X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3304cd361025e4d3fdad1971c93ddc05995a5d3a;p=mv-sheeva.git [ALSA] ad1848: fix AD1848P macro Consistent variable naming is a good thing, but let's be a little less sneaky about enforcing it... ;-/ Signed-off-by: Rene Herman Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/include/sound/ad1848.h b/include/sound/ad1848.h index b2c3f00a9b3..ca0b6c35e5a 100644 --- a/include/sound/ad1848.h +++ b/include/sound/ad1848.h @@ -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