Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/meson/
Dmeson-card-utils.c119 struct device_node *framemaster = NULL; in meson_card_parse_daifmt() local
124 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()
/Linux-v5.15/sound/soc/atmel/
Dmikroe-proto.c70 struct device_node *framemaster = NULL; in snd_proto_probe() local
125 &bitclkmaster, &framemaster); in snd_proto_probe()
126 if (bitclkmaster != framemaster) { in snd_proto_probe()
140 of_node_put(framemaster); in snd_proto_probe()
/Linux-v5.15/sound/soc/fsl/
Dfsl-asoc-card.c537 struct device_node *framemaster = NULL; in fsl_asoc_card_probe() local
686 snd_soc_daifmt_parse_clock_provider_as_phandle(np, NULL, &bitclkmaster, &framemaster); in fsl_asoc_card_probe()
687 if (bitclkmaster || framemaster) { in fsl_asoc_card_probe()
691 daifmt |= (codec_np == framemaster) ? in fsl_asoc_card_probe()
694 daifmt |= (codec_np == framemaster) ? in fsl_asoc_card_probe()
708 of_node_put(framemaster); in fsl_asoc_card_probe()
/Linux-v5.15/sound/soc/generic/
Dsimple-card-utils.c61 struct device_node *framemaster = NULL; in asoc_simple_parse_daifmt() local
66 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()
/Linux-v5.15/sound/soc/
Dsoc-core.c3143 struct device_node **framemaster) in snd_soc_daifmt_parse_clock_provider_raw() argument
3162 if (frame && framemaster) in snd_soc_daifmt_parse_clock_provider_raw()
3163 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
/Linux-v5.15/include/sound/
Dsoc.h1249 struct device_node **framemaster);