Explorar el Código

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>
Jassi Brar hace 15 años
padre
commit
1ec2963a8c
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 3 1
      sound/soc/s3c24xx/Kconfig
  2. 2 2
      sound/soc/s3c24xx/smdk2443_wm9710.c

+ 3 - 1
sound/soc/s3c24xx/Kconfig

@@ -75,8 +75,10 @@ config SND_S3C64XX_SOC_WM8580
 config SND_S3C24XX_SOC_SMDK2443_WM9710
 config SND_S3C24XX_SOC_SMDK2443_WM9710
 	tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
 	tristate "SoC AC97 Audio support for SMDK2443 - WM9710"
 	depends on SND_S3C24XX_SOC && MACH_SMDK2443
 	depends on SND_S3C24XX_SOC && MACH_SMDK2443
-	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 smdk2443
 	  Say Y if you want to add support for SoC audio on smdk2443
 	  with the WM9710.
 	  with the WM9710.

+ 2 - 2
sound/soc/s3c24xx/smdk2443_wm9710.c

@@ -21,7 +21,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 smdk2443;
 static struct snd_soc_card smdk2443;
 
 
@@ -29,7 +29,7 @@ static struct snd_soc_dai_link smdk2443_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,
 },
 },
 };
 };