Home
last modified time | relevance | path

Searched refs:np_codec (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/rockchip/
Drk3399_gru_sound.c473 static int rockchip_sound_codec_node_match(struct device_node *np_codec) in rockchip_sound_codec_node_match() argument
479 if (!of_device_is_compatible(np_codec, in rockchip_sound_codec_node_match()
485 np_codec); in rockchip_sound_codec_node_match()
500 struct device_node *np_codec; in rockchip_sound_of_parse_dais() local
526 np_codec = of_parse_phandle(dev->of_node, in rockchip_sound_of_parse_dais()
528 if (!np_codec) in rockchip_sound_of_parse_dais()
531 if (!of_device_is_available(np_codec)) in rockchip_sound_of_parse_dais()
534 index = rockchip_sound_codec_node_match(np_codec); in rockchip_sound_of_parse_dais()
543 np_cpu = np_codec; in rockchip_sound_of_parse_dais()
560 dai->codecs->of_node = np_codec; in rockchip_sound_of_parse_dais()
/Linux-v6.1/sound/soc/tegra/
Dtegra_asoc_machine.c379 struct device_node *np_codec, *np_i2s, *np_ac97; in tegra_asoc_machine_probe() local
452 np_codec = tegra_machine_parse_phandle(dev, "nvidia,audio-codec"); in tegra_asoc_machine_probe()
453 if (IS_ERR(np_codec)) in tegra_asoc_machine_probe()
454 return PTR_ERR(np_codec); in tegra_asoc_machine_probe()
461 card->dai_link->codecs->of_node = np_codec; in tegra_asoc_machine_probe()