Searched refs:bit_frame (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | audio-graph-card2.c | 544 unsigned int *daifmt, unsigned int *bit_frame) in graph_parse_daifmt() 574 *bit_frame |= snd_soc_daifmt_parse_clock_provider_as_bitmap(node, NULL); in graph_parse_daifmt() 602 unsigned int bit_frame = 0; in graph_link_init() local 626 graph_parse_daifmt(ep, &daifmt, &bit_frame); /* (C) */ in graph_link_init() 627 graph_parse_daifmt(port, &daifmt, &bit_frame); /* (B) */ in graph_link_init() 629 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init() 632 * convert bit_frame in graph_link_init() 636 daiclk = snd_soc_daifmt_clock_provider_from_bitmap(bit_frame); in graph_link_init() 543 graph_parse_daifmt(struct device_node *node, unsigned int *daifmt, unsigned int *bit_frame) graph_parse_daifmt() argument
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 3163 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame) in snd_soc_daifmt_clock_provider_from_bitmap() argument 3166 * bit_frame is return value from in snd_soc_daifmt_clock_provider_from_bitmap() 3171 switch (bit_frame) { in snd_soc_daifmt_clock_provider_from_bitmap()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc.h | 1324 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame);
|
Completed in 8 milliseconds