Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17467f23 authored by Timur Tabi's avatar Timur Tabi Committed by Jaroslav Kysela
Browse files

[ALSA] Add ASoC drivers for the Freescale MPC8610 SoC



Add the ASoC drivers for the Freescale MPC8610 SoC and the MPC8610 HPCD
reference board.

Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent ce22e03e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ source "sound/soc/at91/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/s3c24xx/Kconfig"
source "sound/soc/sh/Kconfig"
source "sound/soc/fsl/Kconfig"

# Supported codecs
source "sound/soc/codecs/Kconfig"
+1 −1
Original line number Diff line number Diff line
snd-soc-core-objs := soc-core.o soc-dapm.o

obj-$(CONFIG_SND_SOC)	+= snd-soc-core.o
obj-$(CONFIG_SND_SOC)	+= codecs/ at91/ pxa/ s3c24xx/ sh/
obj-$(CONFIG_SND_SOC)	+= codecs/ at91/ pxa/ s3c24xx/ sh/ fsl/

sound/soc/fsl/Kconfig

0 → 100644
+20 −0
Original line number Diff line number Diff line
menu "ALSA SoC audio for Freescale SOCs"

config SND_SOC_MPC8610
	bool "ALSA SoC support for the MPC8610 SOC"
	depends on SND_SOC && MPC8610_HPCD
	default y if MPC8610
	help
	  Say Y if you want to add support for codecs attached to the SSI
          device on an MPC8610.

config SND_SOC_MPC8610_HPCD
	bool "ALSA SoC support for the Freescale MPC8610 HPCD board"
	depends on SND_SOC_MPC8610
	select SND_SOC_CS4270
	select SND_SOC_CS4270_VD33_ERRATA
	default y if MPC8610_HPCD
	help
	  Say Y if you want to enable audio on the Freescale MPC8610 HPCD.

endmenu

sound/soc/fsl/Makefile

0 → 100644
+6 −0
Original line number Diff line number Diff line
# MPC8610 HPCD Machine Support
obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += mpc8610_hpcd.o

# MPC8610 Platform Support
obj-$(CONFIG_SND_SOC_MPC8610) += fsl_ssi.o fsl_dma.o
+839 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading