Home
last modified time | relevance | path

Searched refs:hdmi_codec (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/soc/mediatek/mt8183/
Dmt8183-da7219-max98357.c684 struct device_node *platform_node, *hdmi_codec; in mt8183_da7219_max98357_dev_probe() local
705 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_da7219_max98357_dev_probe()
752 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_da7219_max98357_dev_probe()
753 dai_link->codecs->of_node = hdmi_codec; in mt8183_da7219_max98357_dev_probe()
Dmt8183-mt6358-ts3a227-max98357.c637 struct device_node *platform_node, *ec_codec, *hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe() local
658 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8183_mt6358_ts3a227_max98357_dev_probe()
725 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8183_mt6358_ts3a227_max98357_dev_probe()
726 dai_link->codecs->of_node = hdmi_codec; in mt8183_mt6358_ts3a227_max98357_dev_probe()
/Linux-v5.15/sound/soc/mediatek/mt8192/
Dmt8192-mt6359-rt1015-rt5682.c1106 struct device_node *platform_node, *hdmi_codec; in mt8192_mt6359_dev_probe() local
1126 hdmi_codec = of_parse_phandle(pdev->dev.of_node, in mt8192_mt6359_dev_probe()
1155 if (hdmi_codec && strcmp(dai_link->name, "TDM") == 0) { in mt8192_mt6359_dev_probe()
1156 dai_link->codecs->of_node = hdmi_codec; in mt8192_mt6359_dev_probe()