summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-05 18:29:57 +0100
committerBen Dooks <ben-linux@fluff.org>2009-08-14 01:13:29 +0100
commitd91e9a7ab93e09e5a0fbed73f3a6a330f14620a4 (patch)
tree71d6625babfe09264e825ab198fa479d6556b955 /sound
parent229fd8ffba57dfaea59078b9144371369ffdb0a3 (diff)
downloadlinux-0-day-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.tar.gz
linux-0-day-d91e9a7ab93e09e5a0fbed73f3a6a330f14620a4.tar.xz
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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-ac97.h b/sound/soc/s3c24xx/s3c24xx-ac97.h
index a96dcadf28b4a..e96f941a810b1 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_*/