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

Commit c4458b74 authored by Damien.Horsley's avatar Damien.Horsley Committed by Mark Brown
Browse files

ASoC: img: Add driver for SPDIF input controller



Add driver for Imagination Technologies SDPIF input
controller

Signed-off-by: default avatarDamien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4e8bc8ed
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -26,3 +26,11 @@ config SND_SOC_IMG_PARALLEL_OUT
	help
	  Say Y or M if you want to add support for parallel out driver for
	  Imagination Technologies parallel out device.

config SND_SOC_IMG_SPDIF_IN
	tristate "Imagination SPDIF Input Device Driver"
	depends on SND_SOC_IMG
	select SND_SOC_GENERIC_DMAENGINE_PCM
	help
	  Say Y or M if you want to add support for SPDIF input driver for
	  Imagination Technologies SPDIF input device.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o
obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o
obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o
obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o
+806 −0

File added.

Preview size limit exceeded, changes collapsed.