From 574c2607e9a6620f015049bd5b4c84ebc51575eb Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 18 Nov 2008 12:25:46 +0000 Subject: [PATCH] --- yaml --- r: 120224 b: refs/heads/master c: 72f2b894455775b980a5ac7ae70ab560b3d3d247 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/uda134x.c | 2 +- trunk/sound/soc/codecs/{uda134x_codec.h => uda134x.h} | 0 trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename trunk/sound/soc/codecs/{uda134x_codec.h => uda134x.h} (100%) diff --git a/[refs] b/[refs] index be8bf9385fc2..55c345e7bcb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a0bd65f45faae78bda7a2a07370c40c3e0a2502a +refs/heads/master: 72f2b894455775b980a5ac7ae70ab560b3d3d247 diff --git a/trunk/sound/soc/codecs/uda134x.c b/trunk/sound/soc/codecs/uda134x.c index 04b30da10228..69ef521a2ed1 100644 --- a/trunk/sound/soc/codecs/uda134x.c +++ b/trunk/sound/soc/codecs/uda134x.c @@ -24,7 +24,7 @@ #include #include -#include "uda134x_codec.h" +#include "uda134x.h" #define POWER_OFF_ON_STANDBY 1 diff --git a/trunk/sound/soc/codecs/uda134x_codec.h b/trunk/sound/soc/codecs/uda134x.h similarity index 100% rename from trunk/sound/soc/codecs/uda134x_codec.h rename to trunk/sound/soc/codecs/uda134x.h diff --git a/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c b/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c index 29a68132f169..487b010730b8 100644 --- a/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c +++ b/trunk/sound/soc/s3c24xx/s3c24xx_uda134x.c @@ -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 */