diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 14:40:50 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 10:06:58 +0000 |
commit | d0e3992c939cb146a0de9e7c74a227e8be4629a9 (patch) | |
tree | 04e8e42d0d9aaa5151a46640ac8e5ce27f9fc25d /sound/soc/img/Makefile | |
parent | 2dcfa06e0ecfc4de783ada9d37d0e9cef4f1eeda (diff) | |
download | talos-obmc-linux-d0e3992c939cb146a0de9e7c74a227e8be4629a9.tar.gz talos-obmc-linux-d0e3992c939cb146a0de9e7c74a227e8be4629a9.zip |
ASoC: img: Add driver for I2S output controller
Add driver for Imagination Technologies I2S 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/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 fe8426b369c2..c41a4af8dd89 100644 --- a/sound/soc/img/Makefile +++ b/sound/soc/img/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o +obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o |