Searched refs:bitclkmaster (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/sound/soc/atmel/ |
| H A D | mikroe-proto.c | 69 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-6.15/sound/soc/meson/ |
| H A D | meson-card-utils.c | 111 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()
|
| /linux-6.15/sound/soc/generic/ |
| H A D | simple-card-utils.c | 113 struct device_node *bitclkmaster = NULL; in simple_util_parse_daifmt() local 119 snd_soc_daifmt_parse_clock_provider_as_phandle(node, prefix, &bitclkmaster, &framemaster); in simple_util_parse_daifmt() 120 if (!bitclkmaster && !framemaster) { in simple_util_parse_daifmt() 131 ((codec == bitclkmaster) << 4) | (codec == framemaster)); in simple_util_parse_daifmt() 134 of_node_put(bitclkmaster); in simple_util_parse_daifmt()
|
| /linux-6.15/sound/soc/ |
| H A D | soc-core.c | 3383 struct device_node **bitclkmaster, in snd_soc_daifmt_parse_clock_provider_raw() argument 3401 if (bit && bitclkmaster) in snd_soc_daifmt_parse_clock_provider_raw() 3402 *bitclkmaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_clock_provider_raw()
|
| /linux-6.15/include/sound/ |
| H A D | soc.h | 1366 struct device_node **bitclkmaster,
|