This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-15 00:46:16 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
16586fcd86
linux_dsm_epyc7002
/
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 15:44:14 +07:00
obj-$(CONFIG_ZX_SPDIF)
+=
zx-spdif.o
obj-$(CONFIG_ZX_I2S)
+=
zx-i2s.o
Reference in New Issue
Copy Permalink