ASoC: Move uda134x_codec.h to uda134x.h
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 18 Nov 2008 12:25:46 +0000 (12:25 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 18 Nov 2008 12:32:33 +0000 (12:32 +0000)
For consistency with other ASoC codec drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/uda134x.c
sound/soc/codecs/uda134x.h [moved from sound/soc/codecs/uda134x_codec.h with 100% similarity]
sound/soc/s3c24xx/s3c24xx_uda134x.c

index 04b30da..69ef521 100644 (file)
@@ -24,7 +24,7 @@
 #include <sound/uda134x.h>
 #include <sound/l3.h>
 
-#include "uda134x_codec.h"
+#include "uda134x.h"
 
 
 #define POWER_OFF_ON_STANDBY 1
index 29a6813..487b010 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "s3c24xx-pcm.h"
 #include "s3c24xx-i2s.h"
-#include "../codecs/uda134x_codec.h"
+#include "../codecs/uda134x.h"
 
 
 /* #define ENFORCE_RATES 1 */