diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-18 12:25:46 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-18 12:32:33 +0000 |
commit | 72f2b894455775b980a5ac7ae70ab560b3d3d247 (patch) | |
tree | 1bcd363a1e0c6837f3fdfd0343357f7c3ac83364 /sound/soc/codecs | |
parent | a0bd65f45faae78bda7a2a07370c40c3e0a2502a (diff) | |
download | linux-72f2b894455775b980a5ac7ae70ab560b3d3d247.tar.gz linux-72f2b894455775b980a5ac7ae70ab560b3d3d247.tar.bz2 linux-72f2b894455775b980a5ac7ae70ab560b3d3d247.zip |
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/soc/codecs')
-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 |
2 files changed, 1 insertions, 1 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 @@ #include <sound/uda134x.h> #include <sound/l3.h> -#include "uda134x_codec.h" +#include "uda134x.h" #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 |