Home
last modified time | relevance | path

Searched refs:framemaster (Results 1 – 3 of 3) 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/atmel/
H A Dmikroe-proto.c70 struct device_node *framemaster = NULL; in snd_proto_probe() local
126 &bitclkmaster, &framemaster); in snd_proto_probe()
127 if (bitclkmaster != framemaster) { in snd_proto_probe()
151 of_node_put(framemaster); in snd_proto_probe()
/linux/sound/soc/generic/
H A Dsimple-card-utils.c107 struct device_node *framemaster = NULL; in simple_util_parse_daifmt() local
112 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()
128 of_node_put(framemaster); in simple_util_parse_daifmt()