Searched refs:comp_hdmi (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/mediatek/mt8173/
H A Dmt8173-afe-pcm.c1055 struct snd_soc_component *comp_pcm, *comp_hdmi; local
1160 comp_hdmi = devm_kzalloc(&pdev->dev, sizeof(*comp_hdmi), GFP_KERNEL);
1161 if (!comp_hdmi) {
1166 ret = snd_soc_component_initialize(comp_hdmi,
1173 comp_hdmi->debugfs_prefix = "hdmi";
1176 ret = snd_soc_add_component(comp_hdmi,

Completed in 70 milliseconds