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

Commit 3592b7f6 authored by Ola Lilja's avatar Ola Lilja Committed by Mark Brown
Browse files

ASoC: Ux500: Add MSP I2S-driver



Add driver for running I2S with the MSP-block.

Signed-off-by: default avatarOla Lilja <ola.o.lilja@stericsson.com>
[Fixed trailing whitespace -- broonie]
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 41a41eac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ source "sound/soc/s6000/Kconfig"
source "sound/soc/sh/Kconfig"
source "sound/soc/tegra/Kconfig"
source "sound/soc/txx9/Kconfig"
source "sound/soc/ux500/Kconfig"

# Supported codecs
source "sound/soc/codecs/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -25,3 +25,4 @@ obj-$(CONFIG_SND_SOC) += s6000/
obj-$(CONFIG_SND_SOC)	+= sh/
obj-$(CONFIG_SND_SOC)	+= tegra/
obj-$(CONFIG_SND_SOC)	+= txx9/
obj-$(CONFIG_SND_SOC)	+= ux500/
+15 −0
Original line number Diff line number Diff line
#
# Ux500 SoC audio configuration
#
menuconfig SND_SOC_UX500
	tristate "SoC Audio support for Ux500 platform"
	depends on SND_SOC
	help
		Say Y if you want to enable ASoC-support for
		any of the Ux500 platforms (e.g. U8500).

config SND_SOC_UX500_PLAT_MSP_I2S
	tristate "Platform - MSP (I2S)"
	depends on SND_SOC_UX500
	help
		Say Y if you want to enable the Ux500 MSP I2S-driver.
+4 −0
Original line number Diff line number Diff line
# Ux500 Platform Support

snd-soc-ux500-plat-msp-i2s-objs := ux500_msp_dai.o ux500_msp_i2s.o
obj-$(CONFIG_SND_SOC_UX500_PLAT_MSP_I2S) += snd-soc-ux500-plat-msp-i2s.o
+843 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading