Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/tegra/
Dtegra_sgtl5000.c89 static struct snd_soc_dai_link tegra_sgtl5000_dai = { variable
101 .dai_link = &tegra_sgtl5000_dai,
131 tegra_sgtl5000_dai.codecs->of_node = of_parse_phandle(np, in tegra_sgtl5000_driver_probe()
133 if (!tegra_sgtl5000_dai.codecs->of_node) { in tegra_sgtl5000_driver_probe()
140 tegra_sgtl5000_dai.cpus->of_node = of_parse_phandle(np, in tegra_sgtl5000_driver_probe()
142 if (!tegra_sgtl5000_dai.cpus->of_node) { in tegra_sgtl5000_driver_probe()
149 tegra_sgtl5000_dai.platforms->of_node = tegra_sgtl5000_dai.cpus->of_node; in tegra_sgtl5000_driver_probe()
167 of_node_put(tegra_sgtl5000_dai.cpus->of_node); in tegra_sgtl5000_driver_probe()
168 tegra_sgtl5000_dai.cpus->of_node = NULL; in tegra_sgtl5000_driver_probe()
169 tegra_sgtl5000_dai.platforms->of_node = NULL; in tegra_sgtl5000_driver_probe()
[all …]