Skip to content

Commit

Permalink
ASoC: Move uda134x_codec.h to uda134x.h
Browse files Browse the repository at this point in the history
For consistency with other ASoC codec drivers.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 18, 2008
1 parent a0bd65f commit 72f2b89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sound/soc/codecs/uda134x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c24xx_uda134x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 72f2b89

Please sign in to comment.