Searched refs:framemaster (Results 1 – 5 of 5) sorted by relevance
119 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local124 snd_soc_daifmt_parse_clock_provider_as_phandle(node, NULL, &bitclkmaster, &framemaster); in meson_card_parse_daifmt()128 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()131 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()136 of_node_put(framemaster); in meson_card_parse_daifmt()
70 struct device_node *framemaster = NULL; in snd_proto_probe() local125 &bitclkmaster, &framemaster); in snd_proto_probe()126 if (bitclkmaster != framemaster) { in snd_proto_probe()140 of_node_put(framemaster); in snd_proto_probe()
61 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local66 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()67 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()78 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in asoc_simple_parse_daifmt()82 of_node_put(framemaster); in asoc_simple_parse_daifmt()
3119 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw() argument3138 if (frame && framemaster) in snd_soc_daifmt_parse_clock_provider_raw()3139 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
1249 struct device_node **framemaster);
Completed in 19 milliseconds