Searched refs:framemaster (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/meson/ |
| H A D | meson-card-utils.c | 112 struct device_node *framemaster = 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() 121 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt() 124 daifmt |= (!framemaster || framemaster == cpu_node) ? in meson_card_parse_daifmt() 129 of_node_put(framemaster); in meson_card_parse_daifmt()
|
| /linux/sound/soc/atmel/ |
| H A D | mikroe-proto.c | 70 struct device_node *framemaster = NULL; in snd_proto_probe() local 126 &bitclkmaster, &framemaster); in snd_proto_probe() 127 if (bitclkmaster != framemaster) { in snd_proto_probe() 151 of_node_put(framemaster); in snd_proto_probe()
|
| /linux/sound/soc/generic/ |
| H A D | simple-card-utils.c | 114 struct device_node *framemaster = 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() 135 of_node_put(framemaster); in simple_util_parse_daifmt()
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 3332 struct device_node **framemaster) in snd_soc_daifmt_clock_provider_from_bitmap() 3354 if (frame && framemaster) in snd_soc_daifmt_parse_format() 3355 *framemaster = of_parse_phandle(np, prop, 0); in snd_soc_daifmt_parse_format() 3433 snd_soc_daifmt_parse_clock_provider_raw(struct device_node * np,const char * prefix,struct device_node ** bitclkmaster,struct device_node ** framemaster) snd_soc_daifmt_parse_clock_provider_raw() argument
|