]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: Rename 's3c24xx-pcm' driver to 's3c-dma'
authorJassi Brar <jassi.brar@samsung.com>
Tue, 17 Nov 2009 07:53:31 +0000 (16:53 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 18 Nov 2009 13:35:03 +0000 (13:35 +0000)
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>
18 files changed:
sound/soc/s3c24xx/Makefile
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/s3c-dma.c [moved from sound/soc/s3c24xx/s3c24xx-pcm.c with 98% similarity]
sound/soc/s3c24xx/s3c-dma.h [moved from sound/soc/s3c24xx/s3c24xx-pcm.h with 97% similarity]
sound/soc/s3c24xx/s3c-i2s-v2.c
sound/soc/s3c24xx/s3c2412-i2s.c
sound/soc/s3c24xx/s3c2443-ac97.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.c
sound/soc/s3c24xx/smdk2443_wm9710.c
sound/soc/s3c24xx/smdk64xx_wm8580.c

index 7790406f90b7d6468cb8a5d2dffa7cc6b1e845c1..ff0a10536efc507207df8f9f7af1667c041492bd 100644 (file)
@@ -1,5 +1,5 @@
 # S3c24XX Platform Support
-snd-soc-s3c24xx-objs := s3c24xx-pcm.o
+snd-soc-s3c24xx-objs := s3c-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
index 93e6c87b7399085722169857e6756eed4fbe7ff1..59dc2c6b56d92d7ffae8bfc4b0840cf07ad1a5bf 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <asm/mach-types.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c2412-i2s.h"
 
 #include "../codecs/wm8750.h"
index 12c71482d258b35c70d22ecf9e9c18441b57a575..d00d359a03e6fd8b30631051b2169474a8a6327f 100644 (file)
@@ -24,7 +24,7 @@
 #include <sound/soc-dapm.h>
 
 #include "../codecs/ac97.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-ac97.h"
 
 static struct snd_soc_card ln2440sbc;
index 26409a9cef9e623bcb9fc06b104a431f7c74b405..dea83d30a5c9e821fe4cada5fae2e6981d1b3188 100644 (file)
@@ -32,7 +32,7 @@
 #include <asm/io.h>
 #include <mach/gta02.h>
 #include "../codecs/wm8753.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 
 static struct snd_soc_card neo1973_gta02;
index 77de6c5127d2a94a71d93c7446d77666821ada0c..0cb4f86f6d1eb65be9f5e4864f70b1a42e830fe8 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "../codecs/wm8753.h"
 #include "lm4857.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 
 /* define the scenarios */
similarity index 98%
rename from sound/soc/s3c24xx/s3c24xx-pcm.c
rename to sound/soc/s3c24xx/s3c-dma.c
index cb49400d8c56617a2d61d4a88126de24fc189a96..7725e26d6c914c99ad84ce89864320c944abbd00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * s3c24xx-pcm.c  --  ALSA Soc Audio Layer
+ * s3c-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 "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 
 static const struct snd_pcm_hardware s3c_dma_hardware = {
        .info                   = SNDRV_PCM_INFO_INTERLEAVED |
@@ -79,12 +79,13 @@ static void s3c_dma_enqueue(struct snd_pcm_substream *substream)
 
        pr_debug("Entered %s\n", __func__);
 
-       if (s3c_dma_has_circular()) {
+       if (s3c_dma_has_circular())
                limit = (prtd->dma_end - prtd->dma_start) / prtd->dma_period;
-       else
+       else
                limit = prtd->dma_limit;
 
-       pr_debug("%s: loaded %d, limit %d\n", __func__, prtd->dma_loaded, limit);
+       pr_debug("%s: loaded %d, limit %d\n",
+                               __func__, prtd->dma_loaded, limit);
 
        while (prtd->dma_loaded < limit) {
                unsigned long len = prtd->dma_period;
similarity index 97%
rename from sound/soc/s3c24xx/s3c24xx-pcm.h
rename to sound/soc/s3c24xx/s3c-dma.h
index 8cbc071124c44f80b98818997e4c5f6af83509c3..69bb6bf6fc1c2a99a475313375a56969310b6f35 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  s3c24xx-pcm.h --
+ *  s3c-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 5a442aa8b87b3702dd288e9a152607aa76a26f08..e994d8374fe62dc313aca6077e8bed20c5fb186f 100644 (file)
@@ -35,7 +35,7 @@
 #include <mach/dma.h>
 
 #include "s3c-i2s-v2.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 
 #undef S3C_IIS_V2_SUPPORTED
 
index 23718ea85182b294b13aac822d77ccb402d732ee..359e59346ba2ae243bbfb867e1a694dea37768b8 100644 (file)
@@ -37,7 +37,7 @@
 #include <mach/regs-gpio.h>
 #include <mach/dma.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c2412-i2s.h"
 
 #define S3C2412_I2S_DEBUG 0
index 678b1763160b69285dbd04dfab8ae056fcf2e341..0191e3acb0b42804e1547905424b97243e6eeaa1 100644 (file)
@@ -35,7 +35,7 @@
 #include <asm/dma.h>
 #include <mach/dma.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-ac97.h"
 
 struct s3c24xx_ac97_info {
index afb4bc9033c8ce46ce9013065335584b468a5080..0bc5950b9f0299d1dd6d7c6bdf830e2f12380747 100644 (file)
@@ -38,7 +38,7 @@
 
 #include <plat/regs-iis.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 
 static struct s3c2410_dma_client s3c24xx_dma_client_out = {
index 1966e0d5652dea6b1a9529f31a7d25d12d20e6e8..507b2ed5d58b1898eabace347dec2411d3f6059c 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index 8346bd96eaf55f897e5da9336731fcd58c008522..bdf8951af8e38fac1a7e88ff8be274ce4e7e1815 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index 25797e0961753a6b171c1629cce576dad328c9a4..185c0acb5ce6b8f7fff39c3fd008477ad4c6d11e 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <plat/audio-simtec.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 #include "s3c24xx_simtec.h"
 
index c215d32d6322e410d32465a8b012d54e260694f9..052d59659c296f2916261970ae9f4ff675b7a5cf 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <plat/regs-iis.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-i2s.h"
 #include "../codecs/uda134x.h"
 
index 719d63c27fdbcb56b94dc40e3a3f3e3cf9338e6c..cc7edb5f792d86fef69a04ae713587721f2272f9 100644 (file)
@@ -35,7 +35,7 @@
 #include <mach/map.h>
 #include <mach/dma.h>
 
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c64xx-i2s.h"
 
 static struct s3c2410_dma_client s3c64xx_dma_client_out = {
index a2a4f5323c177b83e600a8271640407170556aa3..12b783b12fcbd3fefa50599156b3d7ea775f3428 100644 (file)
@@ -20,7 +20,7 @@
 #include <sound/soc-dapm.h>
 
 #include "../codecs/ac97.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c24xx-ac97.h"
 
 static struct snd_soc_card smdk2443;
index 216dd1e8e3788aa735f8b57409e40dd17ca647c7..efe4901213a396281970b12cabd5bc1b5ec66665 100644 (file)
@@ -19,7 +19,7 @@
 #include <sound/soc-dapm.h>
 
 #include "../codecs/wm8580.h"
-#include "s3c24xx-pcm.h"
+#include "s3c-dma.h"
 #include "s3c64xx-i2s.h"
 
 #define S3C64XX_I2S_V4 2