Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/atmel/
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()
/Linux-v6.1/sound/soc/meson/
Dmeson-card-utils.c116 struct device_node *bitclkmaster = 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()
125 if (!bitclkmaster || bitclkmaster == cpu_node) { in meson_card_parse_daifmt()
133 of_node_put(bitclkmaster); in meson_card_parse_daifmt()
/Linux-v6.1/sound/soc/generic/
Dsimple-card-utils.c109 struct device_node *bitclkmaster = NULL; in asoc_simple_parse_daifmt() local
115 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in asoc_simple_parse_daifmt()
116 if (!bitclkmaster && !framemaster) { in asoc_simple_parse_daifmt()
127 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in asoc_simple_parse_daifmt()
130 of_node_put(bitclkmaster); in asoc_simple_parse_daifmt()
/Linux-v6.1/sound/soc/
Dsoc-core.c3169 struct device_node **bitclkmaster, in snd_soc_daifmt_parse_clock_provider_raw() argument
3184 if (bit && bitclkmaster) in snd_soc_daifmt_parse_clock_provider_raw()
3185 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
/Linux-v6.1/include/sound/
Dsoc.h1275 struct device_node **bitclkmaster,