Searched refs:graph_parse_daifmt (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 699 static void graph_parse_daifmt(struct device_node *node, in graph_parse_daifmt() function 790 graph_parse_daifmt(ep_cpu, &daifmt, &bit_frame); in graph_link_init() 791 graph_parse_daifmt(ep_codec, &daifmt, &bit_frame); in graph_link_init() 792 graph_parse_daifmt(port_cpu, &daifmt, &bit_frame); in graph_link_init() 793 graph_parse_daifmt(port_codec, &daifmt, &bit_frame); in graph_link_init() 794 graph_parse_daifmt(ports_cpu, &daifmt, &bit_frame); in graph_link_init() 795 graph_parse_daifmt(ports_codec, &daifmt, &bit_frame); in graph_link_init() 796 graph_parse_daifmt(lnk, &daifmt, &bit_frame); in graph_link_init()
|