Searched refs:framemaster (Results 1 – 5 of 5) sorted by relevance
117 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local122 snd_soc_daifmt_parse_clock_provider_as_phandle(node, NULL, &bitclkmaster, &framemaster); in meson_card_parse_daifmt()126 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()129 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt()134 of_node_put(framemaster); in meson_card_parse_daifmt()
70 struct device_node *framemaster = NULL; in snd_proto_probe() local126 &bitclkmaster, &framemaster); in snd_proto_probe()127 if (bitclkmaster != framemaster) { in snd_proto_probe()151 of_node_put(framemaster); in snd_proto_probe()
110 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local115 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()116 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()127 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in asoc_simple_parse_daifmt()131 of_node_put(framemaster); in asoc_simple_parse_daifmt()
3170 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw() argument3189 if (frame && framemaster) in snd_soc_daifmt_parse_clock_provider_raw()3190 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
1276 struct device_node **framemaster);