diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:36:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:05:42 -0500 |
commit | 99ce3a3f3748f39ab6447c246b675f182ee761da (patch) | |
tree | d8edabe69945c646d0d7211eb6533c96ab3e4063 /sound/soc/s3c24xx/smdk2443_wm9710.c | |
parent | e6104673d28823e33bfc3dfb046a117f2575c9a8 (diff) |
ASoC: Samsung: Rename AC97 driver
Rename Samsung AC97 driver
s3c-ac97.[c/h] -> ac97.[c/h]
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/smdk2443_wm9710.c')
-rw-r--r-- | sound/soc/s3c24xx/smdk2443_wm9710.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/smdk2443_wm9710.c b/sound/soc/s3c24xx/smdk2443_wm9710.c index e8787ad0a73e..3be7e7e92d6e 100644 --- a/sound/soc/s3c24xx/smdk2443_wm9710.c +++ b/sound/soc/s3c24xx/smdk2443_wm9710.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <sound/soc.h> | 19 | #include <sound/soc.h> |
20 | 20 | ||
21 | #include "dma.h" | 21 | #include "dma.h" |
22 | #include "s3c-ac97.h" | 22 | #include "ac97.h" |
23 | 23 | ||
24 | static struct snd_soc_card smdk2443; | 24 | static struct snd_soc_card smdk2443; |
25 | 25 | ||