Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/atmel/
H A Dmikroe-proto.c69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local
126 &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()
/openbmc/linux/sound/soc/meson/
H A Dmeson-card-utils.c111 struct device_node *bitclkmaster = 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()
120 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt()
128 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
/openbmc/linux/sound/soc/generic/
H A Dsimple-card-utils.c88 struct device_node *bitclkmaster = 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()
109 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
/openbmc/linux/sound/soc/
H A Dsoc-core.c3278 struct device_node **bitclkmaster, in snd_soc_daifmt_parse_clock_provider_raw() argument
3293 if (bit && bitclkmaster) in snd_soc_daifmt_parse_clock_provider_raw()
3294 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
/openbmc/linux/include/sound/
H A Dsoc.h1329 struct device_node **bitclkmaster,