Home
last modified time | relevance | path

Searched refs:bit_frame (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card2.c544 unsigned int *daifmt, unsigned int *bit_frame) in graph_parse_daifmt() argument
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()
636 daiclk = snd_soc_daifmt_clock_provider_from_bitmap(bit_frame); in graph_link_init()
/openbmc/linux/sound/soc/
H A Dsoc-core.c3166 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame) in snd_soc_daifmt_clock_provider_from_bitmap() argument
3174 switch (bit_frame) { in snd_soc_daifmt_clock_provider_from_bitmap()
/openbmc/linux/include/sound/
H A Dsoc.h1324 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame);