Home
last modified time | relevance | path

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

/sound/soc/generic/
Daudio-graph-card2.c637 unsigned int *daifmt, unsigned int *bit_frame) in graph_parse_daifmt() argument
667 *bit_frame |= snd_soc_daifmt_parse_clock_provider_as_bitmap(node, NULL); in graph_parse_daifmt()
695 unsigned int bit_frame = 0; in graph_link_init() local
719 graph_parse_daifmt(ep, &daifmt, &bit_frame); /* (C) */ in graph_link_init()
720 graph_parse_daifmt(port, &daifmt, &bit_frame); /* (B) */ in graph_link_init()
722 graph_parse_daifmt(ports, &daifmt, &bit_frame); /* (A) */ in graph_link_init()
729 daiclk = snd_soc_daifmt_clock_provider_from_bitmap(bit_frame); in graph_link_init()
/sound/soc/
Dsoc-core.c3057 unsigned int snd_soc_daifmt_clock_provider_from_bitmap(unsigned int bit_frame) in snd_soc_daifmt_clock_provider_from_bitmap() argument
3065 switch (bit_frame) { in snd_soc_daifmt_clock_provider_from_bitmap()