Searched refs:hdmi_codec (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/sound/soc/mediatek/mt8183/ |
A D | mt8183-da7219-max98357.c | 715 struct device_node *platform_node, *hdmi_codec; in mt8183_da7219_max98357_dev_probe() local 736 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_da7219_max98357_dev_probe() 783 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_da7219_max98357_dev_probe() 784 dai_link->codecs->of_node = hdmi_codec; in mt8183_da7219_max98357_dev_probe() 822 of_node_put(hdmi_codec); in mt8183_da7219_max98357_dev_probe()
|
A D | mt8183-mt6358-ts3a227-max98357.c | 667 struct device_node *platform_node, *ec_codec, *hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe() local 687 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_mt6358_ts3a227_max98357_dev_probe() 754 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_mt6358_ts3a227_max98357_dev_probe() 755 dai_link->codecs->of_node = hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe() 820 of_node_put(hdmi_codec); in mt8183_mt6358_ts3a227_max98357_dev_probe()
|
/linux-6.3-rc2/sound/soc/mediatek/mt8192/ |
A D | mt8192-mt6359-rt1015-rt5682.c | 1144 struct device_node *platform_node, *hdmi_codec, *headset_codec, *speaker_codec; in mt8192_mt6359_dev_probe() local 1161 hdmi_codec = of_parse_phandle(pdev->dev.of_node, "mediatek,hdmi-codec", 0); in mt8192_mt6359_dev_probe() 1162 if (!hdmi_codec) in mt8192_mt6359_dev_probe() 1208 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8192_mt6359_dev_probe() 1209 dai_link->codecs->of_node = hdmi_codec; in mt8192_mt6359_dev_probe() 1244 of_node_put(hdmi_codec); in mt8192_mt6359_dev_probe()
|
Completed in 18 milliseconds