Commit c67d90ff authored by Jassi Brar's avatar Jassi Brar Committed by Mark Brown

ASoC: AC97: LN2440SBC: Switch to s3c-ac97.c

Switch to use s3c-ac97.c AC97 controller driver.
Signed-off-by: default avatarJassi Brar <jassi.brar@samsung.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1ec2963a
...@@ -29,9 +29,6 @@ config SND_S3C_SOC_PCM ...@@ -29,9 +29,6 @@ config SND_S3C_SOC_PCM
config SND_S3C2443_SOC_AC97 config SND_S3C2443_SOC_AC97
tristate tristate
select S3C2410_DMA
select AC97_BUS
select SND_SOC_AC97_BUS
config SND_S3C_SOC_AC97 config SND_S3C_SOC_AC97
tristate tristate
...@@ -86,8 +83,10 @@ config SND_S3C24XX_SOC_SMDK2443_WM9710 ...@@ -86,8 +83,10 @@ config SND_S3C24XX_SOC_SMDK2443_WM9710
config SND_S3C24XX_SOC_LN2440SBC_ALC650 config SND_S3C24XX_SOC_LN2440SBC_ALC650
tristate "SoC AC97 Audio support for LN2440SBC - ALC650" tristate "SoC AC97 Audio support for LN2440SBC - ALC650"
depends on SND_S3C24XX_SOC && ARCH_S3C2410 depends on SND_S3C24XX_SOC && ARCH_S3C2410
select SND_S3C2443_SOC_AC97 select S3C2410_DMA
select AC97_BUS
select SND_SOC_AC97_CODEC select SND_SOC_AC97_CODEC
select SND_S3C_SOC_AC97
help help
Say Y if you want to add support for SoC audio on ln2440sbc Say Y if you want to add support for SoC audio on ln2440sbc
with the ALC650. with the ALC650.
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "../codecs/ac97.h" #include "../codecs/ac97.h"
#include "s3c-dma.h" #include "s3c-dma.h"
#include "s3c24xx-ac97.h" #include "s3c-ac97.h"
static struct snd_soc_card ln2440sbc; static struct snd_soc_card ln2440sbc;
...@@ -33,7 +33,7 @@ static struct snd_soc_dai_link ln2440sbc_dai[] = { ...@@ -33,7 +33,7 @@ static struct snd_soc_dai_link ln2440sbc_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai = &s3c2443_ac97_dai[0], .cpu_dai = &s3c_ac97_dai[S3C_AC97_DAI_PCM],
.codec_dai = &ac97_dai, .codec_dai = &ac97_dai,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment