diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 17:40:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 13:06:58 +0300 |
commit | 3958232273d791629d8fffc67b6c5b895ab1e91a (patch) | |
tree | c416bc85145c29760e6ce5485531abbdf347b0d9 /sound/soc/img/Kconfig | |
parent | 0f4ab87a499b13b46bfd3f94704b925c085555f5 (diff) | |
download | linux-3958232273d791629d8fffc67b6c5b895ab1e91a.tar.xz |
ASoC: img: Add driver for SPDIF output controller
Add driver for Imagination Technologies SPDIF output
controller
Signed-off-by: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/img/Kconfig')
-rw-r--r-- | sound/soc/img/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/img/Kconfig b/sound/soc/img/Kconfig index 161ce90441b7..d08537ecb915 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig @@ -34,3 +34,11 @@ config SND_SOC_IMG_SPDIF_IN help Say Y or M if you want to add support for SPDIF input driver for Imagination Technologies SPDIF input device. + +config SND_SOC_IMG_SPDIF_OUT + tristate "Imagination SPDIF Output 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 out driver for + Imagination Technologies SPDIF out device. |