Searched full:headset_codec (Results 1 – 2 of 2) sorted by relevance
/linux/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 1060 headset_codec = of_get_child_by_name(dev->of_node, "headset-codec"); in mt8192_mt6359_legacy_probe() 1061 if (!headset_codec) { in mt8192_mt6359_legacy_probe() 1075 ret = mt8192_mt6359_card_set_be_link(card, dai_link, headset_codec, "I2S8"); in mt8192_mt6359_legacy_probe() 1077 dev_err_probe(dev, ret, "%s set headset_codec fail\n", in mt8192_mt6359_legacy_probe() 1082 ret = mt8192_mt6359_card_set_be_link(card, dai_link, headset_codec, "I2S9"); in mt8192_mt6359_legacy_probe() 1084 dev_err_probe(dev, ret, "%s set headset_codec fail\n", in mt8192_mt6359_legacy_probe() 1099 of_node_put(headset_codec); in mt8192_mt6359_legacy_probe()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | mt8195-mt6359.yaml | 163 sound-dai = <&headset_codec>; 171 sound-dai = <&headset_codec>;
|