diff options
author | Damien.Horsley <Damien.Horsley@imgtec.com> | 2015-11-04 17:40:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 13:06:58 +0300 |
commit | 14b947d9ced4f723b5bfd3f6ec614aa28b5d4cfb (patch) | |
tree | f65548ce63a7dc4eb9c7fd062b13db3bad1b3d90 /sound/soc/img/Makefile | |
parent | e13c118075f9ba16d36083d63239ca85ee9b3891 (diff) | |
download | linux-14b947d9ced4f723b5bfd3f6ec614aa28b5d4cfb.tar.xz |
ASoC: img: Add driver for I2S input controller
Add driver for Imagination Technologies I2S 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 new file mode 100644 index 000000000000..fe8426b369c2 --- /dev/null +++ b/sound/soc/img/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o |