diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 14:40:54 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:06:58 +0000 |
commit | c4458b740e6b7a0d9ccf680ac81c05a99f602b79 (patch) | |
tree | 2842798fcdc1f221fb7da83eeea52c7f30ded922 /sound/soc/img/Makefile | |
parent | 4e8bc8edd525af8e38745a6de7c1fd8bddfc13b4 (diff) | |
download | op-kernel-dev-c4458b740e6b7a0d9ccf680ac81c05a99f602b79.zip op-kernel-dev-c4458b740e6b7a0d9ccf680ac81c05a99f602b79.tar.gz |
ASoC: img: Add driver for SPDIF input controller
Add driver for Imagination Technologies SDPIF input
controller
Signed-off-by: Damien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/img/Makefile')
-rw-r--r-- | sound/soc/img/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/img/Makefile b/sound/soc/img/Makefile index da89763..85ded5e 100644 --- a/sound/soc/img/Makefile +++ b/sound/soc/img/Makefile @@ -1,3 +1,4 @@ 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 |