Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/meson/
A Dmeson-card-utils.c117 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local
122 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()
/linux-6.3-rc2/sound/soc/atmel/
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-6.3-rc2/sound/soc/generic/
A Dsimple-card-utils.c89 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local
94 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
95 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()
106 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in asoc_simple_parse_daifmt()
110 of_node_put(framemaster); in asoc_simple_parse_daifmt()
/linux-6.3-rc2/sound/soc/
A Dsoc-core.c3170 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw() argument
3189 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()
/linux-6.3-rc2/include/sound/
A Dsoc.h1282 struct device_node **framemaster);

Completed in 20 milliseconds