Searched refs:bit_frame (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 697 unsigned int *daifmt, unsigned int *bit_frame) in graph_parse_daifmt() argument 730 *bit_frame |= snd_soc_daifmt_parse_clock_provider_as_bitmap(node, NULL); in graph_parse_daifmt() 764 unsigned int bit_frame = 0; in graph_link_init() local 787 graph_parse_daifmt(ep_cpu, &daifmt, &bit_frame); in graph_link_init() 788 graph_parse_daifmt(ep_codec, &daifmt, &bit_frame); in graph_link_init() 789 graph_parse_daifmt(port_cpu, &daifmt, &bit_frame); in graph_link_init() 790 graph_parse_daifmt(port_codec, &daifmt, &bit_frame); in graph_link_init() 791 graph_parse_daifmt(ports_cpu, &daifmt, &bit_frame); in graph_link_init() 792 graph_parse_daifmt(ports_codec, &daifmt, &bit_frame); in graph_link_init() 793 graph_parse_daifmt(lnk, &daifmt, &bit_frame); in graph_link_init() [all …]
|
/linux/sound/soc/ |
H A D | soc-core.c | 3288 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame) in snd_soc_daifmt_clock_provider_from_bitmap() argument 3296 switch (bit_frame) { in snd_soc_daifmt_clock_provider_from_bitmap()
|
/linux/include/sound/ |
H A D | soc.h | 1391 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame);
|