Skip to content

Commit

Permalink
ARM: SAMSUNG: Add IRQ_I2S0 definition
Browse files Browse the repository at this point in the history
To handle i2s0 interrupt and To fix compilation error
adds IRQ_I2S0 for exynos4, s3c64xx, s5p64x0

Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
[kgene.kim@samsung.com: Fixed build failure due to inclusion]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Sangbeom Kim authored and Kukjin Kim committed Jul 21, 2011
1 parent 2839cc1 commit 2d21237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c64xx/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
/* Compatibility */

#define IRQ_ONENAND IRQ_ONENAND0
#define IRQ_I2S0 IRQ_S3C6410_IIS

#endif /* __ASM_MACH_S3C64XX_IRQS_H */

2 changes: 2 additions & 0 deletions arch/arm/mach-s5p64x0/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
#define IRQ_S3CUART_RX4 IRQ_S5P_UART_RX4
#define IRQ_S3CUART_RX5 IRQ_S5P_UART_RX5

#define IRQ_I2S0 IRQ_I2SV40

/* S5P6450 EINT feature will be added */

/*
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-s5pv210/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <mach/map.h>
#include <mach/dma.h>
#include <mach/irqs.h>
#include <mach/regs-audss.h>

static const char *rclksrc[] = {
[0] = "busclk",
Expand Down

0 comments on commit 2d21237

Please sign in to comment.