]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: Samsung: Rename ASoC DMA driver
authorJassi Brar <jassi.brar@samsung.com>
Mon, 22 Nov 2010 06:35:57 +0000 (15:35 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 23 Nov 2010 14:05:08 +0000 (14:05 +0000)
Rename Samsung ASoC DMA driver
s3c-dma.[c/h] -> dma.[c/h]

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
26 files changed:
sound/soc/s3c24xx/Makefile
sound/soc/s3c24xx/dma.c [moved from sound/soc/s3c24xx/s3c-dma.c with 99% similarity]
sound/soc/s3c24xx/dma.h [moved from sound/soc/s3c24xx/s3c-dma.h with 97% similarity]
sound/soc/s3c24xx/goni_wm8994.c
sound/soc/s3c24xx/jive_wm8750.c
sound/soc/s3c24xx/ln2440sbc_alc650.c
sound/soc/s3c24xx/neo1973_gta02_wm8753.c
sound/soc/s3c24xx/neo1973_wm8753.c
sound/soc/s3c24xx/rx1950_uda1380.c
sound/soc/s3c24xx/s3c-ac97.c
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/s3c24xx/s3c-pcm.c
sound/soc/s3c24xx/s3c2412-i2s.c
sound/soc/s3c24xx/s3c24xx-i2s.c
sound/soc/s3c24xx/s3c24xx_simtec.c
sound/soc/s3c24xx/s3c24xx_simtec_hermes.c
sound/soc/s3c24xx/s3c24xx_simtec_tlv320aic23.c
sound/soc/s3c24xx/s3c24xx_uda134x.c
sound/soc/s3c24xx/s3c64xx-i2s-v4.c
sound/soc/s3c24xx/s3c64xx-i2s.c
sound/soc/s3c24xx/smartq_wm8987.c
sound/soc/s3c24xx/smdk2443_wm9710.c
sound/soc/s3c24xx/smdk64xx_wm8580.c
sound/soc/s3c24xx/smdk_spdif.c
sound/soc/s3c24xx/smdk_wm9713.c
sound/soc/s3c24xx/spdif.c

index 4e232f112435394dcb443bb72e3f7f3f210e2e80..20aac4531f115e411605ed20a9144cd79b3994d6 100644 (file)
@@ -1,5 +1,5 @@
 # S3c24XX Platform Support
-snd-soc-s3c24xx-objs := s3c-dma.o
+snd-soc-s3c24xx-objs := dma.o
 snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
 snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
 snd-soc-s3c64xx-i2s-objs := s3c64xx-i2s.o
similarity index 99%
rename from sound/soc/s3c24xx/s3c-dma.c
rename to sound/soc/s3c24xx/dma.c
index 19bcfa43107560b0e0dd97c676d3ce413b1aec01..c5eb1a2c72fd6594b072e90fbaf5daf30cffe495 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * s3c-dma.c  --  ALSA Soc Audio Layer
+ * dma.c  --  ALSA Soc Audio Layer
  *
  * (c) 2006 Wolfson Microelectronics PLC.
  * Graeme Gregory graeme.gregory@wolfsonmicro.com or linux@wolfsonmicro.com
@@ -30,7 +30,7 @@
 #include <mach/hardware.h>
 #include <mach/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 
 static const struct snd_pcm_hardware s3c_dma_hardware = {
        .info                   = SNDRV_PCM_INFO_INTERLEAVED |
@@ -453,7 +453,7 @@ static int s3c_dma_new(struct snd_card *card,
                if (ret)
                        goto out;
        }
- out:
+out:
        return ret;
 }
 
similarity index 97%
rename from sound/soc/s3c24xx/s3c-dma.h
rename to sound/soc/s3c24xx/dma.h
index 748c07d7c07578206cee11fff74be10be476814c..f8cd2b4223afa6177b18b98f9ed5fdfccd8e009c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  s3c-dma.h --
+ *  dma.h --
  *
  *  This program is free software; you can redistribute  it and/or modify it
  *  under  the terms of  the GNU General  Public License as published by the
index b43ab334958553549d07ac65c366c86fe81b0e76..0badcc56e93c15452248091b465e73e5745b0631 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/mfd/wm8994/core.h>
 #include <linux/mfd/wm8994/registers.h>
 #include "../codecs/wm8994.h"
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c64xx-i2s.h"
 
 #define MACHINE_NAME   0
index 0bf0b99daa8d9613071dd0e7a3593eb7aeb6d32f..9e318dcb673b7f2c3a56eedda05ed676a7de00dc 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <asm/mach-types.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c2412-i2s.h"
 
 #include "../codecs/wm8750.h"
index d04c0f2da09068912872b94ede0a3cf9791e0cc9..340263e60f0c29675531f5167aebd76611d9d14e 100644 (file)
@@ -22,7 +22,7 @@
 #include <sound/pcm.h>
 #include <sound/soc.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c-ac97.h"
 
 static struct snd_soc_card ln2440sbc;
index 0451d0f28d0cd97f0c39a00437f8d66659a3fa3f..920e8d1f8841c10450859b44e8b23df85e31cee9 100644 (file)
@@ -31,7 +31,7 @@
 #include <asm/io.h>
 #include <mach/gta02.h>
 #include "../codecs/wm8753.h"
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 
 static struct snd_soc_card neo1973_gta02;
index 000ed5f50723d3ff03a19aa4bee2679e72561f05..c7a24514beb58c65b349616a52e3733bf3ec6667 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "../codecs/wm8753.h"
 #include "lm4857.h"
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 
 /* define the scenarios */
index 6e7912eb19f236b4dce458429f73dd53a96bc5f8..5a4587e02886908ca210af6e967b0890c8b9e6ed 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <asm/mach-types.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 #include "../codecs/uda1380.h"
 
index f891eb79b5754b19fd0dd443a09481cd2eb743b1..408f9c9ff80562cc2e21982057ab93bc3a8bbf96 100644 (file)
@@ -24,7 +24,7 @@
 #include <mach/dma.h>
 #include <plat/audio.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c-ac97.h"
 
 #define AC_CMD_ADDR(x) (x << 16)
index b3866d5b19e95abb379df36b25692a4615af3dc4..c4714319216ce445351fa9f050750f0b856775f8 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "regs-i2s-v2.h"
 #include "s3c-i2s-v2.h"
-#include "s3c-dma.h"
+#include "dma.h"
 
 #undef S3C_IIS_V2_SUPPORTED
 
index 2e020e1b4eab027640a0e92b4f0506305c0297f9..e111d23f8886d51d60b66f1130ee7b1a0a788c6e 100644 (file)
@@ -29,7 +29,7 @@
 #include <plat/audio.h>
 #include <plat/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c-pcm.h"
 
 static struct s3c2410_dma_client s3c_pcm_dma_client_out = {
index 4a861cfa52c5643852d2612028d3c1d71ffe7d5d..d953ff4ba2dbfa2b95bd0b4cad822e57c8f071af 100644 (file)
@@ -35,7 +35,7 @@
 #include <mach/regs-gpio.h>
 #include <mach/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "regs-i2s-v2.h"
 #include "s3c2412-i2s.h"
 
index e060daaa458f80bf63ecacfb25731fbb93c497e3..13e41ed8e22bf699cf015be77ff0ce02400f4826 100644 (file)
@@ -38,7 +38,7 @@
 
 #include <plat/regs-iis.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 
 static struct s3c2410_dma_client s3c24xx_dma_client_out = {
index 8d3bbc6385a707510f40f93b22e3870c69fb7c85..2c7e2a8f49a14b4cab58fa2bc91b5c3e96d07aa4 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index c1abd43bb9d113479157f6ca211a63f6d530e8a0..3509403fb64d6acd9c06af2b64eba7a7d52edc64 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index 1de58571aa56817ee7bd644a2fa419eba88e8a39..b45e0b70cc28baf43db69f2e851797199ce77860 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index 0bdfc6bbf778bda1f280c6f413ebb88e51dd9fad..cdc8ecbcb8ef6838bc9b22a336b4eecf93c89aad 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <plat/regs-iis.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c24xx-i2s.h"
 #include "../codecs/uda134x.h"
 
index a9628472ebfe7ff4cff26991b1bcdf13d51d4742..46b65d7cb630fa90843432eab4641d8afb8e56f0 100644 (file)
@@ -21,7 +21,7 @@
 #include <mach/map.h>
 #include <mach/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "regs-i2s-v2.h"
 #include "s3c64xx-i2s.h"
 
index ae7acb6c4f1d5fe6cb6b6808eb8ab177f80b9de9..0288d4ef14b3f86d47865e88400dbdb37e140360 100644 (file)
@@ -25,7 +25,7 @@
 #include <mach/map.h>
 #include <mach/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "regs-i2s-v2.h"
 #include "s3c64xx-i2s.h"
 
index ca83e1878666b413ef29867908feeba01df18e9c..968902e8e4692fe1272ee20cbfd6c5fe04bf70fe 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <asm/mach-types.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c64xx-i2s.h"
 
 #include "../codecs/wm8750.h"
index 50d70779351124e9a89ff3477872add071cd53c7..2e9dd290941b2985f7b4d7da09fcd801491993dd 100644 (file)
@@ -18,7 +18,7 @@
 #include <sound/pcm.h>
 #include <sound/soc.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c-ac97.h"
 
 static struct snd_soc_card smdk2443;
index 3ed8bd098c4b651aa0c348ec54c68d4b9a6234d4..5125bc14fc0f677539a2af124df264a288cbc8b6 100644 (file)
@@ -18,7 +18,7 @@
 #include <sound/soc.h>
 
 #include "../codecs/wm8580.h"
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c64xx-i2s.h"
 
 /*
index 362957942994764c724cfd43d7be0720a10ad4a7..cd29da089c8fd0c3943e7b7b4814a4305271c28b 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <sound/soc.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "spdif.h"
 
 /* Audio clock settings are belonged to board specific part. Every
index ea96a519e02f833f71ea5bb1bdb81ebde9ebedf1..80f2aef55c3d941f7fc06cab849e3df53edbd52a 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/device.h>
 #include <sound/soc.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "s3c-ac97.h"
 
 static struct snd_soc_card smdk;
index ce554e9cabccdccff40eb363188a128627aaf74f..dc85df32ebf2b614557edb00c66333dfc34b962f 100644 (file)
@@ -20,7 +20,7 @@
 #include <plat/audio.h>
 #include <mach/dma.h>
 
-#include "s3c-dma.h"
+#include "dma.h"
 #include "spdif.h"
 
 /* Registers */