mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 09:56:46 +07:00
49bdb04405
The driver is used for rockchip board using a max98090. Reviewed-by: Dylan Reid <dgreid@chromium.org> Signed-off-by: zhengxing <zhengxing@rock-chips.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
243 B
Makefile
9 lines
243 B
Makefile
# ROCKCHIP Platform Support
|
|
snd-soc-i2s-objs := rockchip_i2s.o
|
|
|
|
obj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-i2s.o
|
|
|
|
snd-soc-rockchip-max98090-objs := rockchip_max98090.o
|
|
|
|
obj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
|