diff options
Diffstat (limited to 'sound')
29 files changed, 83 insertions, 83 deletions
diff --git a/sound/arm/pxa2xx-ac97.c b/sound/arm/pxa2xx-ac97.c index 158f7b50b78..199cca3366d 100644 --- a/sound/arm/pxa2xx-ac97.c +++ b/sound/arm/pxa2xx-ac97.c | |||
| @@ -26,10 +26,10 @@ | |||
| 26 | 26 | ||
| 27 | #include <asm/irq.h> | 27 | #include <asm/irq.h> |
| 28 | #include <linux/mutex.h> | 28 | #include <linux/mutex.h> |
| 29 | #include <asm/arch/hardware.h> | 29 | #include <mach/hardware.h> |
| 30 | #include <asm/arch/pxa-regs.h> | 30 | #include <mach/pxa-regs.h> |
| 31 | #include <asm/arch/pxa2xx-gpio.h> | 31 | #include <mach/pxa2xx-gpio.h> |
| 32 | #include <asm/arch/audio.h> | 32 | #include <mach/audio.h> |
| 33 | 33 | ||
| 34 | #include "pxa2xx-pcm.h" | 34 | #include "pxa2xx-pcm.h" |
| 35 | 35 | ||
diff --git a/sound/arm/pxa2xx-pcm.c b/sound/arm/pxa2xx-pcm.c index 9a104e2430f..381094aab23 100644 --- a/sound/arm/pxa2xx-pcm.c +++ b/sound/arm/pxa2xx-pcm.c | |||
| @@ -21,8 +21,8 @@ | |||
| 21 | #include <sound/pcm_params.h> | 21 | #include <sound/pcm_params.h> |
| 22 | 22 | ||
| 23 | #include <asm/dma.h> | 23 | #include <asm/dma.h> |
| 24 | #include <asm/arch/hardware.h> | 24 | #include <mach/hardware.h> |
| 25 | #include <asm/arch/pxa-regs.h> | 25 | #include <mach/pxa-regs.h> |
| 26 | 26 | ||
| 27 | #include "pxa2xx-pcm.h" | 27 | #include "pxa2xx-pcm.h" |
| 28 | 28 | ||
diff --git a/sound/arm/sa11xx-uda1341.c b/sound/arm/sa11xx-uda1341.c index 40c213e7059..b9c51bf8cd7 100644 --- a/sound/arm/sa11xx-uda1341.c +++ b/sound/arm/sa11xx-uda1341.c | |||
| @@ -71,8 +71,8 @@ | |||
| 71 | #include <linux/pm.h> | 71 | #include <linux/pm.h> |
| 72 | #endif | 72 | #endif |
| 73 | 73 | ||
| 74 | #include <asm/arch/hardware.h> | 74 | #include <mach/hardware.h> |
| 75 | #include <asm/arch/h3600.h> | 75 | #include <mach/h3600.h> |
| 76 | #include <asm/mach-types.h> | 76 | #include <asm/mach-types.h> |
| 77 | #include <asm/dma.h> | 77 | #include <asm/dma.h> |
| 78 | 78 | ||
diff --git a/sound/oss/vidc.c b/sound/oss/vidc.c index 41cd4f25de0..725fef0f59a 100644 --- a/sound/oss/vidc.c +++ b/sound/oss/vidc.c | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
| 23 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
| 24 | 24 | ||
| 25 | #include <asm/arch/hardware.h> | 25 | #include <mach/hardware.h> |
| 26 | #include <asm/dma.h> | 26 | #include <asm/dma.h> |
| 27 | #include <asm/io.h> | 27 | #include <asm/io.h> |
| 28 | #include <asm/hardware/iomd.h> | 28 | #include <asm/hardware/iomd.h> |
diff --git a/sound/oss/vidc_fill.S b/sound/oss/vidc_fill.S index d2cb210cc40..bed34921d17 100644 --- a/sound/oss/vidc_fill.S +++ b/sound/oss/vidc_fill.S | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | */ | 11 | */ |
| 12 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
| 13 | #include <asm/assembler.h> | 13 | #include <asm/assembler.h> |
| 14 | #include <asm/arch/hardware.h> | 14 | #include <mach/hardware.h> |
| 15 | #include <asm/hardware/iomd.h> | 15 | #include <asm/hardware/iomd.h> |
| 16 | 16 | ||
| 17 | .text | 17 | .text |
diff --git a/sound/oss/waveartist.c b/sound/oss/waveartist.c index d84c49787f6..c47842fad65 100644 --- a/sound/oss/waveartist.c +++ b/sound/oss/waveartist.c | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | #include "waveartist.h" | 47 | #include "waveartist.h" |
| 48 | 48 | ||
| 49 | #ifdef CONFIG_ARM | 49 | #ifdef CONFIG_ARM |
| 50 | #include <asm/arch/hardware.h> | 50 | #include <mach/hardware.h> |
| 51 | #include <asm/mach-types.h> | 51 | #include <asm/mach-types.h> |
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
diff --git a/sound/soc/at32/playpaq_wm8510.c b/sound/soc/at32/playpaq_wm8510.c index fee5f8e5895..3f326219f1e 100644 --- a/sound/soc/at32/playpaq_wm8510.c +++ b/sound/soc/at32/playpaq_wm8510.c | |||
| @@ -36,8 +36,8 @@ | |||
| 36 | #include <sound/soc.h> | 36 | #include <sound/soc.h> |
| 37 | #include <sound/soc-dapm.h> | 37 | #include <sound/soc-dapm.h> |
| 38 | 38 | ||
| 39 | #include <asm/arch/at32ap700x.h> | 39 | #include <mach/at32ap700x.h> |
| 40 | #include <asm/arch/portmux.h> | 40 | #include <mach/portmux.h> |
| 41 | 41 | ||
| 42 | #include "../codecs/wm8510.h" | 42 | #include "../codecs/wm8510.h" |
| 43 | #include "at32-pcm.h" | 43 | #include "at32-pcm.h" |
diff --git a/sound/soc/at91/at91-pcm.c b/sound/soc/at91/at91-pcm.c index d47492b2b6e..7ab48bd25e4 100644 --- a/sound/soc/at91/at91-pcm.c +++ b/sound/soc/at91/at91-pcm.c | |||
| @@ -28,8 +28,8 @@ | |||
| 28 | #include <sound/pcm_params.h> | 28 | #include <sound/pcm_params.h> |
| 29 | #include <sound/soc.h> | 29 | #include <sound/soc.h> |
| 30 | 30 | ||
| 31 | #include <asm/arch/hardware.h> | 31 | #include <mach/hardware.h> |
| 32 | #include <asm/arch/at91_ssc.h> | 32 | #include <mach/at91_ssc.h> |
| 33 | 33 | ||
| 34 | #include "at91-pcm.h" | 34 | #include "at91-pcm.h" |
| 35 | 35 | ||
diff --git a/sound/soc/at91/at91-pcm.h b/sound/soc/at91/at91-pcm.h index 58d0f00a07b..e5aada2cb10 100644 --- a/sound/soc/at91/at91-pcm.h +++ b/sound/soc/at91/at91-pcm.h | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #ifndef _AT91_PCM_H | 19 | #ifndef _AT91_PCM_H |
| 20 | #define _AT91_PCM_H | 20 | #define _AT91_PCM_H |
| 21 | 21 | ||
| 22 | #include <asm/arch/hardware.h> | 22 | #include <mach/hardware.h> |
| 23 | 23 | ||
| 24 | struct at91_ssc_periph { | 24 | struct at91_ssc_periph { |
| 25 | void __iomem *base; | 25 | void __iomem *base; |
diff --git a/sound/soc/at91/at91-ssc.c b/sound/soc/at91/at91-ssc.c index 090e607f869..5d44515e62e 100644 --- a/sound/soc/at91/at91-ssc.c +++ b/sound/soc/at91/at91-ssc.c | |||
| @@ -28,9 +28,9 @@ | |||
| 28 | #include <sound/initval.h> | 28 | #include <sound/initval.h> |
| 29 | #include <sound/soc.h> | 29 | #include <sound/soc.h> |
| 30 | 30 | ||
| 31 | #include <asm/arch/hardware.h> | 31 | #include <mach/hardware.h> |
| 32 | #include <asm/arch/at91_pmc.h> | 32 | #include <mach/at91_pmc.h> |
| 33 | #include <asm/arch/at91_ssc.h> | 33 | #include <mach/at91_ssc.h> |
| 34 | 34 | ||
| 35 | #include "at91-pcm.h" | 35 | #include "at91-pcm.h" |
| 36 | #include "at91-ssc.h" | 36 | #include "at91-ssc.h" |
diff --git a/sound/soc/at91/eti_b1_wm8731.c b/sound/soc/at91/eti_b1_wm8731.c index d61a4537e60..b081e83766b 100644 --- a/sound/soc/at91/eti_b1_wm8731.c +++ b/sound/soc/at91/eti_b1_wm8731.c | |||
| @@ -33,8 +33,8 @@ | |||
| 33 | #include <sound/soc.h> | 33 | #include <sound/soc.h> |
| 34 | #include <sound/soc-dapm.h> | 34 | #include <sound/soc-dapm.h> |
| 35 | 35 | ||
| 36 | #include <asm/arch/hardware.h> | 36 | #include <mach/hardware.h> |
| 37 | #include <asm/arch/gpio.h> | 37 | #include <mach/gpio.h> |
| 38 | 38 | ||
| 39 | #include "../codecs/wm8731.h" | 39 | #include "../codecs/wm8731.h" |
| 40 | #include "at91-pcm.h" | 40 | #include "at91-pcm.h" |
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 0722eebe3d6..65fdbd81a37 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | #include <sound/soc-dapm.h> | 20 | #include <sound/soc-dapm.h> |
| 21 | 21 | ||
| 22 | #include <asm/dma.h> | 22 | #include <asm/dma.h> |
| 23 | #include <asm/arch/hardware.h> | 23 | #include <mach/hardware.h> |
| 24 | 24 | ||
| 25 | #include "../codecs/tlv320aic3x.h" | 25 | #include "../codecs/tlv320aic3x.h" |
| 26 | #include "davinci-pcm.h" | 26 | #include "davinci-pcm.h" |
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index 02cec96859b..7694621ec40 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c | |||
| @@ -29,9 +29,9 @@ | |||
| 29 | #include <sound/soc-dapm.h> | 29 | #include <sound/soc-dapm.h> |
| 30 | 30 | ||
| 31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
| 32 | #include <asm/arch/hardware.h> | 32 | #include <mach/hardware.h> |
| 33 | #include <linux/gpio.h> | 33 | #include <linux/gpio.h> |
| 34 | #include <asm/arch/mcbsp.h> | 34 | #include <mach/mcbsp.h> |
| 35 | 35 | ||
| 36 | #include "omap-mcbsp.h" | 36 | #include "omap-mcbsp.h" |
| 37 | #include "omap-pcm.h" | 37 | #include "omap-pcm.h" |
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 00b0c9d73cd..35310e16d7f 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c | |||
| @@ -30,9 +30,9 @@ | |||
| 30 | #include <sound/initval.h> | 30 | #include <sound/initval.h> |
| 31 | #include <sound/soc.h> | 31 | #include <sound/soc.h> |
| 32 | 32 | ||
| 33 | #include <asm/arch/control.h> | 33 | #include <mach/control.h> |
| 34 | #include <asm/arch/dma.h> | 34 | #include <mach/dma.h> |
| 35 | #include <asm/arch/mcbsp.h> | 35 | #include <mach/mcbsp.h> |
| 36 | #include "omap-mcbsp.h" | 36 | #include "omap-mcbsp.h" |
| 37 | #include "omap-pcm.h" | 37 | #include "omap-pcm.h" |
| 38 | 38 | ||
diff --git a/sound/soc/omap/omap-pcm.c b/sound/soc/omap/omap-pcm.c index e092f3d836d..690bfeaec4a 100644 --- a/sound/soc/omap/omap-pcm.c +++ b/sound/soc/omap/omap-pcm.c | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | #include <sound/pcm_params.h> | 27 | #include <sound/pcm_params.h> |
| 28 | #include <sound/soc.h> | 28 | #include <sound/soc.h> |
| 29 | 29 | ||
| 30 | #include <asm/arch/dma.h> | 30 | #include <mach/dma.h> |
| 31 | #include "omap-pcm.h" | 31 | #include "omap-pcm.h" |
| 32 | 32 | ||
| 33 | static const struct snd_pcm_hardware omap_pcm_hardware = { | 33 | static const struct snd_pcm_hardware omap_pcm_hardware = { |
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index c0294464a23..0a53f72077f 100644 --- a/sound/soc/pxa/corgi.c +++ b/sound/soc/pxa/corgi.c | |||
| @@ -25,10 +25,10 @@ | |||
| 25 | 25 | ||
| 26 | #include <asm/mach-types.h> | 26 | #include <asm/mach-types.h> |
| 27 | #include <asm/hardware/scoop.h> | 27 | #include <asm/hardware/scoop.h> |
| 28 | #include <asm/arch/pxa-regs.h> | 28 | #include <mach/pxa-regs.h> |
| 29 | #include <asm/arch/hardware.h> | 29 | #include <mach/hardware.h> |
| 30 | #include <asm/arch/corgi.h> | 30 | #include <mach/corgi.h> |
| 31 | #include <asm/arch/audio.h> | 31 | #include <mach/audio.h> |
| 32 | 32 | ||
| 33 | #include "../codecs/wm8731.h" | 33 | #include "../codecs/wm8731.h" |
| 34 | #include "pxa2xx-pcm.h" | 34 | #include "pxa2xx-pcm.h" |
diff --git a/sound/soc/pxa/e800_wm9712.c b/sound/soc/pxa/e800_wm9712.c index 06e8afb2527..6781c5be242 100644 --- a/sound/soc/pxa/e800_wm9712.c +++ b/sound/soc/pxa/e800_wm9712.c | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #include <sound/soc-dapm.h> | 21 | #include <sound/soc-dapm.h> |
| 22 | 22 | ||
| 23 | #include <asm/mach-types.h> | 23 | #include <asm/mach-types.h> |
| 24 | #include <asm/arch/pxa-regs.h> | 24 | #include <mach/pxa-regs.h> |
| 25 | #include <asm/arch/hardware.h> | 25 | #include <mach/hardware.h> |
| 26 | #include <asm/arch/audio.h> | 26 | #include <mach/audio.h> |
| 27 | 27 | ||
| 28 | #include "../codecs/wm9712.h" | 28 | #include "../codecs/wm9712.h" |
| 29 | #include "pxa2xx-pcm.h" | 29 | #include "pxa2xx-pcm.h" |
diff --git a/sound/soc/pxa/em-x270.c b/sound/soc/pxa/em-x270.c index 02dcac39cdf..d9c3f7b28be 100644 --- a/sound/soc/pxa/em-x270.c +++ b/sound/soc/pxa/em-x270.c | |||
| @@ -30,9 +30,9 @@ | |||
| 30 | #include <sound/soc-dapm.h> | 30 | #include <sound/soc-dapm.h> |
| 31 | 31 | ||
| 32 | #include <asm/mach-types.h> | 32 | #include <asm/mach-types.h> |
| 33 | #include <asm/arch/pxa-regs.h> | 33 | #include <mach/pxa-regs.h> |
| 34 | #include <asm/arch/hardware.h> | 34 | #include <mach/hardware.h> |
| 35 | #include <asm/arch/audio.h> | 35 | #include <mach/audio.h> |
| 36 | 36 | ||
| 37 | #include "../codecs/wm9712.h" | 37 | #include "../codecs/wm9712.h" |
| 38 | #include "pxa2xx-pcm.h" | 38 | #include "pxa2xx-pcm.h" |
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c index d968cf71b56..a4697f7e292 100644 --- a/sound/soc/pxa/poodle.c +++ b/sound/soc/pxa/poodle.c | |||
| @@ -26,10 +26,10 @@ | |||
| 26 | 26 | ||
| 27 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
| 28 | #include <asm/hardware/locomo.h> | 28 | #include <asm/hardware/locomo.h> |
| 29 | #include <asm/arch/pxa-regs.h> | 29 | #include <mach/pxa-regs.h> |
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/arch/poodle.h> | 31 | #include <mach/poodle.h> |
| 32 | #include <asm/arch/audio.h> | 32 | #include <mach/audio.h> |
| 33 | 33 | ||
| 34 | #include "../codecs/wm8731.h" | 34 | #include "../codecs/wm8731.h" |
| 35 | #include "pxa2xx-pcm.h" | 35 | #include "pxa2xx-pcm.h" |
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c index b45a4f199ef..d94a495bd6b 100644 --- a/sound/soc/pxa/pxa2xx-ac97.c +++ b/sound/soc/pxa/pxa2xx-ac97.c | |||
| @@ -26,10 +26,10 @@ | |||
| 26 | 26 | ||
| 27 | #include <asm/irq.h> | 27 | #include <asm/irq.h> |
| 28 | #include <linux/mutex.h> | 28 | #include <linux/mutex.h> |
| 29 | #include <asm/arch/hardware.h> | 29 | #include <mach/hardware.h> |
| 30 | #include <asm/arch/pxa-regs.h> | 30 | #include <mach/pxa-regs.h> |
| 31 | #include <asm/arch/pxa2xx-gpio.h> | 31 | #include <mach/pxa2xx-gpio.h> |
| 32 | #include <asm/arch/audio.h> | 32 | #include <mach/audio.h> |
| 33 | 33 | ||
| 34 | #include "pxa2xx-pcm.h" | 34 | #include "pxa2xx-pcm.h" |
| 35 | #include "pxa2xx-ac97.h" | 35 | #include "pxa2xx-ac97.h" |
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index f69870f4f67..8548818eea0 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c | |||
| @@ -21,10 +21,10 @@ | |||
| 21 | #include <sound/initval.h> | 21 | #include <sound/initval.h> |
| 22 | #include <sound/soc.h> | 22 | #include <sound/soc.h> |
| 23 | 23 | ||
| 24 | #include <asm/arch/hardware.h> | 24 | #include <mach/hardware.h> |
| 25 | #include <asm/arch/pxa-regs.h> | 25 | #include <mach/pxa-regs.h> |
| 26 | #include <asm/arch/pxa2xx-gpio.h> | 26 | #include <mach/pxa2xx-gpio.h> |
| 27 | #include <asm/arch/audio.h> | 27 | #include <mach/audio.h> |
| 28 | 28 | ||
| 29 | #include "pxa2xx-pcm.h" | 29 | #include "pxa2xx-pcm.h" |
| 30 | #include "pxa2xx-i2s.h" | 30 | #include "pxa2xx-i2s.h" |
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c index 77708f879c9..4345f387fe4 100644 --- a/sound/soc/pxa/pxa2xx-pcm.c +++ b/sound/soc/pxa/pxa2xx-pcm.c | |||
| @@ -22,9 +22,9 @@ | |||
| 22 | #include <sound/soc.h> | 22 | #include <sound/soc.h> |
| 23 | 23 | ||
| 24 | #include <asm/dma.h> | 24 | #include <asm/dma.h> |
| 25 | #include <asm/arch/hardware.h> | 25 | #include <mach/hardware.h> |
| 26 | #include <asm/arch/pxa-regs.h> | 26 | #include <mach/pxa-regs.h> |
| 27 | #include <asm/arch/audio.h> | 27 | #include <mach/audio.h> |
| 28 | 28 | ||
| 29 | #include "pxa2xx-pcm.h" | 29 | #include "pxa2xx-pcm.h" |
| 30 | 30 | ||
diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c index 64385797da5..eefc25b8351 100644 --- a/sound/soc/pxa/spitz.c +++ b/sound/soc/pxa/spitz.c | |||
| @@ -26,10 +26,10 @@ | |||
| 26 | 26 | ||
| 27 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
| 28 | #include <asm/hardware/scoop.h> | 28 | #include <asm/hardware/scoop.h> |
| 29 | #include <asm/arch/pxa-regs.h> | 29 | #include <mach/pxa-regs.h> |
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/arch/akita.h> | 31 | #include <mach/akita.h> |
| 32 | #include <asm/arch/spitz.h> | 32 | #include <mach/spitz.h> |
| 33 | #include "../codecs/wm8750.h" | 33 | #include "../codecs/wm8750.h" |
| 34 | #include "pxa2xx-pcm.h" | 34 | #include "pxa2xx-pcm.h" |
| 35 | #include "pxa2xx-i2s.h" | 35 | #include "pxa2xx-i2s.h" |
diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c index 22971a0f040..2baaa750f12 100644 --- a/sound/soc/pxa/tosa.c +++ b/sound/soc/pxa/tosa.c | |||
| @@ -29,10 +29,10 @@ | |||
| 29 | #include <sound/soc-dapm.h> | 29 | #include <sound/soc-dapm.h> |
| 30 | 30 | ||
| 31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
| 32 | #include <asm/arch/tosa.h> | 32 | #include <mach/tosa.h> |
| 33 | #include <asm/arch/pxa-regs.h> | 33 | #include <mach/pxa-regs.h> |
| 34 | #include <asm/arch/hardware.h> | 34 | #include <mach/hardware.h> |
| 35 | #include <asm/arch/audio.h> | 35 | #include <mach/audio.h> |
| 36 | 36 | ||
| 37 | #include "../codecs/wm9712.h" | 37 | #include "../codecs/wm9712.h" |
| 38 | #include "pxa2xx-pcm.h" | 38 | #include "pxa2xx-pcm.h" |
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 47bf9a0aab7..8089f8ee05c 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
| @@ -25,12 +25,12 @@ | |||
| 25 | #include <sound/tlv.h> | 25 | #include <sound/tlv.h> |
| 26 | 26 | ||
| 27 | #include <asm/hardware/scoop.h> | 27 | #include <asm/hardware/scoop.h> |
| 28 | #include <asm/arch/regs-clock.h> | 28 | #include <mach/regs-clock.h> |
| 29 | #include <asm/arch/regs-gpio.h> | 29 | #include <mach/regs-gpio.h> |
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/arch/audio.h> | 31 | #include <mach/audio.h> |
| 32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
| 33 | #include <asm/arch/spi-gpio.h> | 33 | #include <mach/spi-gpio.h> |
| 34 | 34 | ||
| 35 | #include <asm/plat-s3c24xx/regs-iis.h> | 35 | #include <asm/plat-s3c24xx/regs-iis.h> |
| 36 | 36 | ||
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.c b/sound/soc/s3c24xx/s3c2412-i2s.c index 59c3d5355f5..ded7d995a92 100644 --- a/sound/soc/s3c24xx/s3c2412-i2s.c +++ b/sound/soc/s3c24xx/s3c2412-i2s.c | |||
| @@ -28,16 +28,16 @@ | |||
| 28 | #include <sound/pcm_params.h> | 28 | #include <sound/pcm_params.h> |
| 29 | #include <sound/initval.h> | 29 | #include <sound/initval.h> |
| 30 | #include <sound/soc.h> | 30 | #include <sound/soc.h> |
| 31 | #include <asm/arch/hardware.h> | 31 | #include <mach/hardware.h> |
| 32 | 32 | ||
| 33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
| 34 | #include <asm/dma.h> | 34 | #include <asm/dma.h> |
| 35 | 35 | ||
| 36 | #include <asm/plat-s3c24xx/regs-s3c2412-iis.h> | 36 | #include <asm/plat-s3c24xx/regs-s3c2412-iis.h> |
| 37 | 37 | ||
| 38 | #include <asm/arch/regs-gpio.h> | 38 | #include <mach/regs-gpio.h> |
| 39 | #include <asm/arch/audio.h> | 39 | #include <mach/audio.h> |
| 40 | #include <asm/arch/dma.h> | 40 | #include <mach/dma.h> |
| 41 | 41 | ||
| 42 | #include "s3c24xx-pcm.h" | 42 | #include "s3c24xx-pcm.h" |
| 43 | #include "s3c2412-i2s.h" | 43 | #include "s3c2412-i2s.h" |
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index a37167398ab..19c5c3cf5d8 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c | |||
| @@ -27,13 +27,13 @@ | |||
| 27 | #include <sound/initval.h> | 27 | #include <sound/initval.h> |
| 28 | #include <sound/soc.h> | 28 | #include <sound/soc.h> |
| 29 | 29 | ||
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/plat-s3c/regs-ac97.h> | 31 | #include <asm/plat-s3c/regs-ac97.h> |
| 32 | #include <asm/arch/regs-gpio.h> | 32 | #include <mach/regs-gpio.h> |
| 33 | #include <asm/arch/regs-clock.h> | 33 | #include <mach/regs-clock.h> |
| 34 | #include <asm/arch/audio.h> | 34 | #include <mach/audio.h> |
| 35 | #include <asm/dma.h> | 35 | #include <asm/dma.h> |
| 36 | #include <asm/arch/dma.h> | 36 | #include <mach/dma.h> |
| 37 | 37 | ||
| 38 | #include "s3c24xx-pcm.h" | 38 | #include "s3c24xx-pcm.h" |
| 39 | #include "s3c24xx-ac97.h" | 39 | #include "s3c24xx-ac97.h" |
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c index ff614d645e7..ba4476b55fb 100644 --- a/sound/soc/s3c24xx/s3c24xx-i2s.c +++ b/sound/soc/s3c24xx/s3c24xx-i2s.c | |||
| @@ -27,12 +27,12 @@ | |||
| 27 | #include <sound/initval.h> | 27 | #include <sound/initval.h> |
| 28 | #include <sound/soc.h> | 28 | #include <sound/soc.h> |
| 29 | 29 | ||
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/arch/regs-gpio.h> | 31 | #include <mach/regs-gpio.h> |
| 32 | #include <asm/arch/regs-clock.h> | 32 | #include <mach/regs-clock.h> |
| 33 | #include <asm/arch/audio.h> | 33 | #include <mach/audio.h> |
| 34 | #include <asm/dma.h> | 34 | #include <asm/dma.h> |
| 35 | #include <asm/arch/dma.h> | 35 | #include <mach/dma.h> |
| 36 | 36 | ||
| 37 | #include <asm/plat-s3c24xx/regs-iis.h> | 37 | #include <asm/plat-s3c24xx/regs-iis.h> |
| 38 | 38 | ||
diff --git a/sound/soc/s3c24xx/s3c24xx-pcm.c b/sound/soc/s3c24xx/s3c24xx-pcm.c index fadd33e2a73..e13e614bada 100644 --- a/sound/soc/s3c24xx/s3c24xx-pcm.c +++ b/sound/soc/s3c24xx/s3c24xx-pcm.c | |||
| @@ -27,9 +27,9 @@ | |||
| 27 | #include <sound/soc.h> | 27 | #include <sound/soc.h> |
| 28 | 28 | ||
| 29 | #include <asm/dma.h> | 29 | #include <asm/dma.h> |
| 30 | #include <asm/arch/hardware.h> | 30 | #include <mach/hardware.h> |
| 31 | #include <asm/arch/dma.h> | 31 | #include <mach/dma.h> |
| 32 | #include <asm/arch/audio.h> | 32 | #include <mach/audio.h> |
| 33 | 33 | ||
| 34 | #include "s3c24xx-pcm.h" | 34 | #include "s3c24xx-pcm.h" |
| 35 | 35 | ||
