Searched refs:bitclkmaster (Results 1 – 3 of 3) sorted by relevance
69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local126 &bitclkmaster, &framemaster); in snd_proto_probe()127 if (bitclkmaster != framemaster) { in snd_proto_probe()132 if (bitclkmaster) { in snd_proto_probe()133 if (codec_np == bitclkmaster) in snd_proto_probe()150 of_node_put(bitclkmaster); in snd_proto_probe()
111 struct device_node *bitclkmaster = NULL; in meson_card_parse_daifmt() local117 snd_soc_daifmt_parse_clock_provider_as_phandle(node, NULL, &bitclkmaster, &framemaster); in meson_card_parse_daifmt()120 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt()128 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
106 struct device_node *bitclkmaster = NULL; in simple_util_parse_daifmt() local112 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in simple_util_parse_daifmt()113 if (!bitclkmaster && !framemaster) { in simple_util_parse_daifmt()124 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in simple_util_parse_daifmt()127 of_node_put(bitclkmaster); in simple_util_parse_daifmt()