18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# ROCKCHIP Platform Support
38c2ecf20Sopenharmony_cisnd-soc-rockchip-i2s-objs := rockchip_i2s.o
48c2ecf20Sopenharmony_cisnd-soc-rockchip-pcm-objs := rockchip_pcm.o
58c2ecf20Sopenharmony_cisnd-soc-rockchip-pdm-objs := rockchip_pdm.o
68c2ecf20Sopenharmony_cisnd-soc-rockchip-spdif-objs := rockchip_spdif.o
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_ROCKCHIP_I2S) += snd-soc-rockchip-i2s.o snd-soc-rockchip-pcm.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_ROCKCHIP_PDM) += snd-soc-rockchip-pdm.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_ROCKCHIP_SPDIF) += snd-soc-rockchip-spdif.o
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cisnd-soc-rockchip-max98090-objs := rockchip_max98090.o
138c2ecf20Sopenharmony_cisnd-soc-rockchip-rt5645-objs := rockchip_rt5645.o
148c2ecf20Sopenharmony_cisnd-soc-rk3288-hdmi-analog-objs := rk3288_hdmi_analog.o
158c2ecf20Sopenharmony_cisnd-soc-rk3399-gru-sound-objs := rk3399_gru_sound.o
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_ROCKCHIP_MAX98090) += snd-soc-rockchip-max98090.o
188c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_ROCKCHIP_RT5645) += snd-soc-rockchip-rt5645.o
198c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_RK3288_HDMI_ANALOG) += snd-soc-rk3288-hdmi-analog.o
208c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SOC_RK3399_GRU_SOUND) += snd-soc-rk3399-gru-sound.o
21