Home
last modified time | relevance | path

Searched refs:asoc_simple_dai (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/sound/
Dsimple_card_utils.h18 struct asoc_simple_dai { struct
61 struct asoc_simple_dai *simple_dai,
63 int asoc_simple_card_clk_enable(struct asoc_simple_dai *dai);
64 void asoc_simple_card_clk_disable(struct asoc_simple_dai *dai);
100 struct asoc_simple_dai *simple_dai);
Dsimple_card.h22 struct asoc_simple_dai cpu_dai;
23 struct asoc_simple_dai codec_dai;
/Linux-v4.19/sound/soc/generic/
Dsimple-scu-card.c25 struct asoc_simple_dai *dai_props;
43 struct asoc_simple_dai *dai_props = in asoc_simple_card_startup()
53 struct asoc_simple_dai *dai_props = in asoc_simple_card_shutdown()
69 struct asoc_simple_dai *dai_props; in asoc_simple_card_dai_init()
98 struct asoc_simple_dai *dai_props = simple_priv_to_props(priv, idx); in asoc_simple_card_dai_link_of()
233 struct asoc_simple_dai *dai_props; in asoc_simple_card_probe()
Daudio-graph-scu-card.c28 struct asoc_simple_dai *dai_props;
42 struct asoc_simple_dai *dai_props = graph_priv_to_props(priv, rtd->num); in asoc_graph_card_startup()
51 struct asoc_simple_dai *dai_props = graph_priv_to_props(priv, rtd->num); in asoc_graph_card_shutdown()
66 struct asoc_simple_dai *dai_props; in asoc_graph_card_dai_init()
95 struct asoc_simple_dai *dai_props = graph_priv_to_props(priv, idx); in asoc_graph_card_dai_link_of()
334 struct asoc_simple_dai *dai_props; in asoc_graph_card_probe()
Dsimple-card-utils.c154 static void asoc_simple_card_clk_register(struct asoc_simple_dai *dai, in asoc_simple_card_clk_register()
160 int asoc_simple_card_clk_enable(struct asoc_simple_dai *dai) in asoc_simple_card_clk_enable()
166 void asoc_simple_card_clk_disable(struct asoc_simple_dai *dai) in asoc_simple_card_clk_disable()
175 struct asoc_simple_dai *simple_dai, in asoc_simple_card_parse_clk()
311 struct asoc_simple_dai *simple_dai) in asoc_simple_card_init_dai()
Dsimple-card.c21 struct asoc_simple_dai cpu_dai;
22 struct asoc_simple_dai codec_dai;
71 static int asoc_simple_set_clk_rate(struct asoc_simple_dai *simple_dai, in asoc_simple_set_clk_rate()
160 struct asoc_simple_dai *cpu_dai = &dai_props->cpu_dai; in asoc_simple_card_dai_link_of()
161 struct asoc_simple_dai *codec_dai = &dai_props->codec_dai; in asoc_simple_card_dai_link_of()
Daudio-graph-card.c26 struct asoc_simple_dai cpu_dai;
27 struct asoc_simple_dai codec_dai;
164 struct asoc_simple_dai *cpu_dai = &dai_props->cpu_dai; in asoc_graph_card_dai_link_of()
165 struct asoc_simple_dai *codec_dai = &dai_props->codec_dai; in asoc_graph_card_dai_link_of()