Searched refs:hdmi_codec (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/sound/soc/mediatek/mt8183/ |
| H A D | mt8183-da7219-max98357.c | 738 struct device_node *platform_node, *hdmi_codec; in mt8183_da7219_max98357_dev_probe() local 759 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_da7219_max98357_dev_probe() 806 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_da7219_max98357_dev_probe() 807 dai_link->codecs->of_node = hdmi_codec; in mt8183_da7219_max98357_dev_probe() 845 of_node_put(hdmi_codec); in mt8183_da7219_max98357_dev_probe()
|
| H A D | mt8183-mt6358-ts3a227-max98357.c | 702 struct device_node *platform_node, *ec_codec, *hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe() local 722 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_mt6358_ts3a227_max98357_dev_probe() 789 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_mt6358_ts3a227_max98357_dev_probe() 790 dai_link->codecs->of_node = hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe() 855 of_node_put(hdmi_codec); in mt8183_mt6358_ts3a227_max98357_dev_probe()
|
| /linux-6.15/sound/soc/mediatek/mt8192/ |
| H A D | mt8192-mt6359-rt1015-rt5682.c | 1045 struct device_node *hdmi_codec, *headset_codec, *speaker_codec; in mt8192_mt6359_legacy_probe() local 1049 hdmi_codec = of_parse_phandle(dev->of_node, "mediatek,hdmi-codec", 0); in mt8192_mt6359_legacy_probe() 1050 if (!hdmi_codec) in mt8192_mt6359_legacy_probe() 1089 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8192_mt6359_legacy_probe() 1090 dai_link->codecs->of_node = hdmi_codec; in mt8192_mt6359_legacy_probe() 1103 of_node_put(hdmi_codec); in mt8192_mt6359_legacy_probe()
|