Home
last modified time | relevance | path

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

/linux/sound/soc/atmel/
A Dmikroe-proto.c69 struct device_node *bitclkmaster = NULL; in snd_proto_probe() local
125 &bitclkmaster, &framemaster); in snd_proto_probe()
126 if (bitclkmaster != framemaster) { in snd_proto_probe()
130 if (bitclkmaster) { in snd_proto_probe()
131 if (codec_np == bitclkmaster) in snd_proto_probe()
139 of_node_put(bitclkmaster); in snd_proto_probe()
/linux/sound/soc/meson/
A Dmeson-card-utils.c118 struct device_node *bitclkmaster = 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()
127 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt()
135 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
/linux/sound/soc/generic/
A Dsimple-card-utils.c60 struct device_node *bitclkmaster = 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()
81 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
/linux/sound/soc/
A Dsoc-core.c3118 struct device_node **bitclkmaster, in snd_soc_daifmt_parse_clock_provider_raw() argument
3133 if (bit && bitclkmaster) in snd_soc_daifmt_parse_clock_provider_raw()
3134 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
/linux/include/sound/
A Dsoc.h1248 struct device_node **bitclkmaster,

Completed in 18 milliseconds