diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-18 07:25:46 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-18 07:32:33 -0500 |
commit | 72f2b894455775b980a5ac7ae70ab560b3d3d247 (patch) | |
tree | 1bcd363a1e0c6837f3fdfd0343357f7c3ac83364 /sound | |
parent | a0bd65f45faae78bda7a2a07370c40c3e0a2502a (diff) |
ASoC: Move uda134x_codec.h to uda134x.h
For consistency with other ASoC codec drivers.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/uda134x.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/uda134x.h (renamed from sound/soc/codecs/uda134x_codec.h) | 0 | ||||
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx_uda134x.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 04b30da10228..69ef521a2ed1 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <sound/uda134x.h> | 24 | #include <sound/uda134x.h> |
25 | #include <sound/l3.h> | 25 | #include <sound/l3.h> |
26 | 26 | ||
27 | #include "uda134x_codec.h" | 27 | #include "uda134x.h" |
28 | 28 | ||
29 | 29 | ||
30 | #define POWER_OFF_ON_STANDBY 1 | 30 | #define POWER_OFF_ON_STANDBY 1 |
diff --git a/sound/soc/codecs/uda134x_codec.h b/sound/soc/codecs/uda134x.h index 94f440490b31..94f440490b31 100644 --- a/sound/soc/codecs/uda134x_codec.h +++ b/sound/soc/codecs/uda134x.h | |||
diff --git a/sound/soc/s3c24xx/s3c24xx_uda134x.c b/sound/soc/s3c24xx/s3c24xx_uda134x.c index 29a68132f169..487b010730b8 100644 --- a/sound/soc/s3c24xx/s3c24xx_uda134x.c +++ b/sound/soc/s3c24xx/s3c24xx_uda134x.c | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include "s3c24xx-pcm.h" | 27 | #include "s3c24xx-pcm.h" |
28 | #include "s3c24xx-i2s.h" | 28 | #include "s3c24xx-i2s.h" |
29 | #include "../codecs/uda134x_codec.h" | 29 | #include "../codecs/uda134x.h" |
30 | 30 | ||
31 | 31 | ||
32 | /* #define ENFORCE_RATES 1 */ | 32 | /* #define ENFORCE_RATES 1 */ |