diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-27 07:01:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-27 21:49:49 +0100 |
commit | 1ec2963a8cd5fbc5f49dfa20c94229f1b46d1968 (patch) | |
tree | 0c53f80fcda74a4fcb9436598dd79662920f4197 /sound/soc/s3c24xx/smdk2443_wm9710.c | |
parent | ASoC: AC97: SMDK: Add wm9713 machine driver (diff) | |
download | linux-1ec2963a8cd5fbc5f49dfa20c94229f1b46d1968.tar.xz linux-1ec2963a8cd5fbc5f49dfa20c94229f1b46d1968.zip |
ASoC: AC97: SMDK2443: Switch to s3c-ac97.c
Switch to use s3c-ac97.c AC97 controller driver.
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 '')
-rw-r--r-- | sound/soc/s3c24xx/smdk2443_wm9710.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/smdk2443_wm9710.c b/sound/soc/s3c24xx/smdk2443_wm9710.c index 12b783b12fcb..362258835e8d 100644 --- a/sound/soc/s3c24xx/smdk2443_wm9710.c +++ b/sound/soc/s3c24xx/smdk2443_wm9710.c @@ -21,7 +21,7 @@ #include "../codecs/ac97.h" #include "s3c-dma.h" -#include "s3c24xx-ac97.h" +#include "s3c-ac97.h" static struct snd_soc_card smdk2443; @@ -29,7 +29,7 @@ static struct snd_soc_dai_link smdk2443_dai[] = { { .name = "AC97", .stream_name = "AC97 HiFi", - .cpu_dai = &s3c2443_ac97_dai[0], + .cpu_dai = &s3c_ac97_dai[S3C_AC97_DAI_PCM], .codec_dai = &ac97_dai, }, }; |