Home
last modified time | relevance | path

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

/linux/sound/soc/meson/
H A Dmeson-card-utils.c112 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local
117 snd_soc_daifmt_parse_clock_provider_as_phandle(node, NULL, &bitclkmaster, &framemaster); in meson_card_parse_daifmt()
121 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
124 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()
129 of_node_put(framemaster); in meson_card_parse_daifmt()
/linux/sound/soc/
H A Dsoc-core.c3417 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw() argument
3439 if (frame && framemaster) in snd_soc_daifmt_parse_clock_provider_raw()
3440 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()