diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2009-11-17 02:53:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-18 08:35:03 -0500 |
commit | d3ff5a3e610d62d9cdad5b7d53749c9381e244ed (patch) | |
tree | af6ac1016c78222d05a61df31cfc191b09f841b6 /sound/soc/s3c24xx/s3c2443-ac97.c | |
parent | faa31776e4c799d631d8cd3a13dd50cd95b0875e (diff) |
ASoC: Rename 's3c24xx-pcm' driver to 's3c-dma'
Making room for namespace for the PCM Controller driver
the platform driver(s3c24xx-pcm) has been renamed to SoC
agnostic name 's3c-dma'.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c2443-ac97.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c2443-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index 678b1763160b..0191e3acb0b4 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c | |||
@@ -35,7 +35,7 @@ | |||
35 | #include <asm/dma.h> | 35 | #include <asm/dma.h> |
36 | #include <mach/dma.h> | 36 | #include <mach/dma.h> |
37 | 37 | ||
38 | #include "s3c24xx-pcm.h" | 38 | #include "s3c-dma.h" |
39 | #include "s3c24xx-ac97.h" | 39 | #include "s3c24xx-ac97.h" |
40 | 40 | ||
41 | struct s3c24xx_ac97_info { | 41 | struct s3c24xx_ac97_info { |