diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-05 18:29:57 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-08-14 01:13:29 +0100 |
commit | d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4 (patch) | |
tree | 71d6625babfe09264e825ab198fa479d6556b955 /sound | |
parent | 229fd8ffba57dfaea59078b9144371369ffdb0a3 (diff) | |
download | op-kernel-dev-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.zip op-kernel-dev-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.tar.gz |
ARM: S3C24XX: Add platform device for AC97 controller
Move the definition of the "generic" IRQ in the process.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-ac97.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-ac97.h b/sound/soc/s3c24xx/s3c24xx-ac97.h index a96dcad..e96f941 100644 --- a/sound/soc/s3c24xx/s3c24xx-ac97.h +++ b/sound/soc/s3c24xx/s3c24xx-ac97.h @@ -20,12 +20,6 @@ #define AC_CMD_ADDR(x) (x << 16) #define AC_CMD_DATA(x) (x & 0xffff) -#ifdef CONFIG_CPU_S3C2440 -#define IRQ_S3C244x_AC97 IRQ_S3C2440_AC97 -#else -#define IRQ_S3C244x_AC97 IRQ_S3C2443_AC97 -#endif - extern struct snd_soc_dai s3c2443_ac97_dai[]; #endif /*S3C24XXAC97_H_*/ |