diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-06-04 11:41:22 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-04 13:05:07 +0100 |
commit | 6fc3d24d4277f40d7cdf13d39c76cdee6d5dfa7d (patch) | |
tree | 5c2153039d9dc4d036aef81399a8ba5883bef637 /sound/soc/zte/Makefile | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | talos-op-linux-6fc3d24d4277f40d7cdf13d39c76cdee6d5dfa7d.tar.gz talos-op-linux-6fc3d24d4277f40d7cdf13d39c76cdee6d5dfa7d.zip |
ASoC: zx: Add zx296702 SPDIF support
Add driver for zx296702 SPDIF controller
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/zte/Makefile')
-rw-r--r-- | sound/soc/zte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/zte/Makefile b/sound/soc/zte/Makefile new file mode 100644 index 000000000000..fb3a4a071248 --- /dev/null +++ b/sound/soc/zte/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_ZX296702_SPDIF) += zx296702-spdif.o |