This website requires JavaScript.
Explore
Help
Register
Sign In
OpenSDV
/
original_kernel
Watch
1
Star
0
Fork
You've already forked original_kernel
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
805b151a1a
original_kernel
/
sound
/
soc
/
zte
/
Makefile
3 lines
70 B
Makefile
Raw
Normal View
History
Unescape
Escape
ASoC: zte: spdif and i2s drivers are not zx296702 specific ZTE ZX SPDIF and I2S drivers can work on not only ZX296702 but also other ZTE ZX family SoCs like ZX296718, which is an arm64 platform. Let's make a few renaming and tweak the Kconfig a bit to get the drivers available for other ZTE ZX platforms. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
2016-12-08 16:44:14 +08:00
obj-$(CONFIG_ZX_SPDIF)
+=
zx-spdif.o
obj-$(CONFIG_ZX_I2S)
+=
zx-i2s.o