Home
last modified time | relevance | path

Searched refs:mtk_base_afe (Results 1 – 25 of 88) sorted by relevance

1234

/linux/sound/soc/mediatek/mt8365/
A Dmt8365-afe-clk.h13 struct mtk_base_afe;
16 int mt8365_afe_init_audio_clk(struct mtk_base_afe *afe);
17 void mt8365_afe_disable_clk(struct mtk_base_afe *afe, struct clk *clk);
20 int mt8365_afe_enable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type);
21 int mt8365_afe_disable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type);
22 int mt8365_afe_enable_main_clk(struct mtk_base_afe *afe);
23 int mt8365_afe_disable_main_clk(struct mtk_base_afe *afe);
24 int mt8365_afe_emi_clk_on(struct mtk_base_afe *afe);
25 int mt8365_afe_emi_clk_off(struct mtk_base_afe *afe);
26 int mt8365_afe_enable_afe_on(struct mtk_base_afe *afe);
[all …]
A Dmt8365-afe-clk.c34 int mt8365_afe_init_audio_clk(struct mtk_base_afe *afe) in mt8365_afe_init_audio_clk()
50 void mt8365_afe_disable_clk(struct mtk_base_afe *afe, struct clk *clk) in mt8365_afe_disable_clk()
56 int mt8365_afe_set_clk_rate(struct mtk_base_afe *afe, struct clk *clk, in mt8365_afe_set_clk_rate()
71 int mt8365_afe_set_clk_parent(struct mtk_base_afe *afe, struct clk *clk, in mt8365_afe_set_clk_parent()
192 int mt8365_afe_enable_top_cg(struct mtk_base_afe *afe, unsigned int cg_type) in mt8365_afe_enable_top_cg()
232 int mt8365_afe_enable_main_clk(struct mtk_base_afe *afe) in mt8365_afe_enable_main_clk()
243 int mt8365_afe_disable_main_clk(struct mtk_base_afe *afe) in mt8365_afe_disable_main_clk()
254 int mt8365_afe_emi_clk_on(struct mtk_base_afe *afe) in mt8365_afe_emi_clk_on()
259 int mt8365_afe_emi_clk_off(struct mtk_base_afe *afe) in mt8365_afe_emi_clk_off()
264 int mt8365_afe_enable_afe_on(struct mtk_base_afe *afe) in mt8365_afe_enable_afe_on()
[all …]
A Dmt8365-afe-common.h427 int mt8365_dai_i2s_register(struct mtk_base_afe *afe);
428 int mt8365_dai_set_priv(struct mtk_base_afe *afe,
435 void mt8365_afe_set_i2s_out_enable(struct mtk_base_afe *afe, bool enable);
436 int mt8365_afe_set_i2s_out(struct mtk_base_afe *afe, unsigned int rate, int bit_width);
438 int mt8365_dai_adda_register(struct mtk_base_afe *afe);
439 int mt8365_dai_enable_adda_on(struct mtk_base_afe *afe);
440 int mt8365_dai_disable_adda_on(struct mtk_base_afe *afe);
442 int mt8365_dai_dmic_register(struct mtk_base_afe *afe);
444 int mt8365_dai_pcm_register(struct mtk_base_afe *afe);
446 int mt8365_dai_tdm_register(struct mtk_base_afe *afe);
A Dmt8365-dai-dmic.c52 static void audio_dmic_adda_enable(struct mtk_base_afe *afe) in audio_dmic_adda_enable()
60 static void audio_dmic_adda_disable(struct mtk_base_afe *afe) in audio_dmic_adda_disable()
68 static void mt8365_dai_enable_dmic(struct mtk_base_afe *afe, in mt8365_dai_enable_dmic()
88 static void mt8365_dai_disable_dmic(struct mtk_base_afe *afe, in mt8365_dai_disable_dmic()
111 static int mt8365_dai_configure_dmic(struct mtk_base_afe *afe, in mt8365_dai_configure_dmic()
165 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_dmic_startup()
182 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_dmic_shutdown()
199 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_dmic_prepare()
265 static int init_dmic_priv_data(struct mtk_base_afe *afe) in init_dmic_priv_data()
292 int mt8365_dai_dmic_register(struct mtk_base_afe *afe) in mt8365_dai_dmic_register()
A Dmt8365-dai-pcm.c25 static void mt8365_dai_enable_pcm1(struct mtk_base_afe *afe) in mt8365_dai_enable_pcm1()
31 static void mt8365_dai_disable_pcm1(struct mtk_base_afe *afe) in mt8365_dai_disable_pcm1()
40 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_configure_pcm1()
110 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_pcm1_startup()
123 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_pcm1_shutdown()
135 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_pcm1_prepare()
158 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_pcm1_set_fmt()
263 static int init_pcmif_priv_data(struct mtk_base_afe *afe) in init_pcmif_priv_data()
277 int mt8365_dai_pcm_register(struct mtk_base_afe *afe) in mt8365_dai_pcm_register()
A Dmt8365-dai-adda.c21 static int mt8365_dai_set_adda_out(struct mtk_base_afe *afe, unsigned int rate) in mt8365_dai_set_adda_out()
50 static int mt8365_dai_set_adda_in(struct mtk_base_afe *afe, unsigned int rate) in mt8365_dai_set_adda_in()
64 int mt8365_dai_enable_adda_on(struct mtk_base_afe *afe) in mt8365_dai_enable_adda_on()
82 int mt8365_dai_disable_adda_on(struct mtk_base_afe *afe) in mt8365_dai_disable_adda_on()
104 static void mt8365_dai_set_adda_out_enable(struct mtk_base_afe *afe, in mt8365_dai_set_adda_out_enable()
115 static void mt8365_dai_set_adda_in_enable(struct mtk_base_afe *afe, bool enable) in mt8365_dai_set_adda_in_enable()
137 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_int_adda_startup()
155 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_int_adda_shutdown()
184 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mt8365_dai_int_adda_prepare()
296 int mt8365_dai_adda_register(struct mtk_base_afe *afe) in mt8365_dai_adda_register()
/linux/sound/soc/mediatek/mt8186/
A Dmt8186-afe-clk.h81 struct mtk_base_afe;
83 int mt8186_init_clock(struct mtk_base_afe *afe);
84 int mt8186_afe_enable_cgs(struct mtk_base_afe *afe);
85 void mt8186_afe_disable_cgs(struct mtk_base_afe *afe);
86 int mt8186_afe_enable_clock(struct mtk_base_afe *afe);
88 int mt8186_afe_suspend_clock(struct mtk_base_afe *afe);
89 int mt8186_afe_resume_clock(struct mtk_base_afe *afe);
91 int mt8186_apll1_enable(struct mtk_base_afe *afe);
92 void mt8186_apll1_disable(struct mtk_base_afe *afe);
94 int mt8186_apll2_enable(struct mtk_base_afe *afe);
[all …]
A Dmt8186-afe-common.h175 int mt8186_dai_adda_register(struct mtk_base_afe *afe);
176 int mt8186_dai_i2s_register(struct mtk_base_afe *afe);
177 int mt8186_dai_tdm_register(struct mtk_base_afe *afe);
178 int mt8186_dai_hw_gain_register(struct mtk_base_afe *afe);
179 int mt8186_dai_src_register(struct mtk_base_afe *afe);
180 int mt8186_dai_pcm_register(struct mtk_base_afe *afe);
181 int mt8186_dai_hostless_register(struct mtk_base_afe *afe);
192 int mt8186_dai_i2s_set_share(struct mtk_base_afe *afe, const char *main_i2s_name,
195 int mt8186_dai_set_priv(struct mtk_base_afe *afe, int id,
A Dmt8186-afe-clk.c213 int mt8186_afe_enable_cgs(struct mtk_base_afe *afe) in mt8186_afe_enable_cgs()
231 void mt8186_afe_disable_cgs(struct mtk_base_afe *afe) in mt8186_afe_disable_cgs()
240 int mt8186_afe_enable_clock(struct mtk_base_afe *afe) in mt8186_afe_enable_clock()
320 void mt8186_afe_disable_clock(struct mtk_base_afe *afe) in mt8186_afe_disable_clock()
332 int mt8186_afe_suspend_clock(struct mtk_base_afe *afe) in mt8186_afe_suspend_clock()
359 int mt8186_afe_resume_clock(struct mtk_base_afe *afe) in mt8186_afe_resume_clock()
387 int mt8186_apll1_enable(struct mtk_base_afe *afe) in mt8186_apll1_enable()
425 void mt8186_apll1_disable(struct mtk_base_afe *afe) in mt8186_apll1_disable()
440 int mt8186_apll2_enable(struct mtk_base_afe *afe) in mt8186_apll2_enable()
478 void mt8186_apll2_disable(struct mtk_base_afe *afe) in mt8186_apll2_disable()
[all …]
A Dmt8186-dai-tdm.c104 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_tdm_en_event()
131 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_tdm_mck_en_event()
203 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_afe_tdm_mclk_connect()
216 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_afe_tdm_mclk_apll_connect()
233 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_afe_tdm_hd_connect()
335 static int mtk_dai_tdm_cal_mclk(struct mtk_base_afe *afe, in mtk_dai_tdm_cal_mclk()
367 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_dai_tdm_hw_params()
462 struct mtk_base_afe *afe = dev_get_drvdata(dai->dev); in mtk_dai_tdm_set_sysclk()
478 struct mtk_base_afe *afe = dev_get_drvdata(dai->dev); in mtk_dai_tdm_set_fmt()
554 struct mtk_base_afe *afe = dev_get_drvdata(dai->dev); in mtk_dai_tdm_set_tdm_slot()
[all …]
/linux/sound/soc/mediatek/mt8183/
A Dmt8183-afe-clk.h20 struct mtk_base_afe;
22 int mt8183_init_clock(struct mtk_base_afe *afe);
23 int mt8183_afe_enable_clock(struct mtk_base_afe *afe);
24 int mt8183_afe_disable_clock(struct mtk_base_afe *afe);
26 int mt8183_apll1_enable(struct mtk_base_afe *afe);
27 void mt8183_apll1_disable(struct mtk_base_afe *afe);
29 int mt8183_apll2_enable(struct mtk_base_afe *afe);
30 void mt8183_apll2_disable(struct mtk_base_afe *afe);
32 int mt8183_get_apll_rate(struct mtk_base_afe *afe, int apll);
33 int mt8183_get_apll_by_rate(struct mtk_base_afe *afe, int rate);
[all …]
A Dmt8183-afe-common.h102 int mt8183_dai_i2s_set_share(struct mtk_base_afe *afe, const char *main_i2s_name,
106 int mt8183_dai_adda_register(struct mtk_base_afe *afe);
107 int mt8183_dai_pcm_register(struct mtk_base_afe *afe);
108 int mt8183_dai_i2s_register(struct mtk_base_afe *afe);
109 int mt8183_dai_tdm_register(struct mtk_base_afe *afe);
110 int mt8183_dai_hostless_register(struct mtk_base_afe *afe);
/linux/sound/soc/mediatek/mt8188/
A Dmt8188-afe-clk.h106 struct mtk_base_afe;
111 int mt8188_get_apll_by_rate(struct mtk_base_afe *afe, int rate);
113 int mt8188_afe_init_clock(struct mtk_base_afe *afe);
120 int mt8188_apll1_enable(struct mtk_base_afe *afe);
121 int mt8188_apll1_disable(struct mtk_base_afe *afe);
122 int mt8188_apll2_enable(struct mtk_base_afe *afe);
123 int mt8188_apll2_disable(struct mtk_base_afe *afe);
124 int mt8188_afe_enable_main_clock(struct mtk_base_afe *afe);
125 int mt8188_afe_disable_main_clock(struct mtk_base_afe *afe);
126 int mt8188_afe_enable_reg_rw_clk(struct mtk_base_afe *afe);
[all …]
A Dmt8188-afe-clk.c399 int mt8188_afe_init_clock(struct mtk_base_afe *afe) in mt8188_afe_init_clock()
572 int mt8188_afe_enable_reg_rw_clk(struct mtk_base_afe *afe) in mt8188_afe_enable_reg_rw_clk()
593 int mt8188_afe_disable_reg_rw_clk(struct mtk_base_afe *afe) in mt8188_afe_disable_reg_rw_clk()
619 static int mt8188_afe_enable_a1sys(struct mtk_base_afe *afe) in mt8188_afe_enable_a1sys()
640 static int mt8188_afe_enable_a2sys(struct mtk_base_afe *afe) in mt8188_afe_enable_a2sys()
661 int mt8188_apll1_enable(struct mtk_base_afe *afe) in mt8188_apll1_enable()
696 int mt8188_apll1_disable(struct mtk_base_afe *afe) in mt8188_apll1_disable()
709 int mt8188_apll2_enable(struct mtk_base_afe *afe) in mt8188_apll2_enable()
728 int mt8188_apll2_disable(struct mtk_base_afe *afe) in mt8188_apll2_disable()
735 int mt8188_afe_enable_main_clock(struct mtk_base_afe *afe) in mt8188_afe_enable_main_clock()
[all …]
A Dmt8188-dai-adda.c32 static int mt8188_adda_mtkaif_init(struct mtk_base_afe *afe) in mt8188_adda_mtkaif_init()
80 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_mtkaif_cfg_event()
101 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_dl_event()
138 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_ul_event()
178 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_afe_adda_hires_connect()
315 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mt8188_adda_dmic_get()
351 static int mtk_dai_da_configure(struct mtk_base_afe *afe, in mtk_dai_da_configure()
386 static int mtk_dai_ad_configure(struct mtk_base_afe *afe, in mtk_dai_ad_configure()
405 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_dai_adda_hw_params()
472 static int init_adda_priv_data(struct mtk_base_afe *afe) in init_adda_priv_data()
[all …]
/linux/sound/soc/mediatek/mt8195/
A Dmt8195-afe-clk.h98 struct mtk_base_afe;
101 int mt8195_afe_get_mclk_source_rate(struct mtk_base_afe *afe, int apll);
103 int mt8195_afe_init_clock(struct mtk_base_afe *afe);
104 int mt8195_afe_enable_clk(struct mtk_base_afe *afe, struct clk *clk);
105 void mt8195_afe_disable_clk(struct mtk_base_afe *afe, struct clk *clk);
106 int mt8195_afe_prepare_clk(struct mtk_base_afe *afe, struct clk *clk);
110 int mt8195_afe_set_clk_rate(struct mtk_base_afe *afe, struct clk *clk,
114 int mt8195_afe_enable_main_clock(struct mtk_base_afe *afe);
115 int mt8195_afe_disable_main_clock(struct mtk_base_afe *afe);
116 int mt8195_afe_enable_reg_rw_clk(struct mtk_base_afe *afe);
[all …]
A Dmt8195-afe-clk.c217 static int mt8195_afe_setup_apll_tuner(struct mtk_base_afe *afe, in mt8195_afe_setup_apll_tuner()
240 static int mt8195_afe_enable_tuner_clk(struct mtk_base_afe *afe, in mt8195_afe_enable_tuner_clk()
261 static int mt8195_afe_disable_tuner_clk(struct mtk_base_afe *afe, in mt8195_afe_disable_tuner_clk()
282 static int mt8195_afe_enable_apll_tuner(struct mtk_base_afe *afe, in mt8195_afe_enable_apll_tuner()
377 int mt8195_afe_init_clock(struct mtk_base_afe *afe) in mt8195_afe_init_clock()
594 int mt8195_afe_enable_reg_rw_clk(struct mtk_base_afe *afe) in mt8195_afe_enable_reg_rw_clk()
615 int mt8195_afe_disable_reg_rw_clk(struct mtk_base_afe *afe) in mt8195_afe_disable_reg_rw_clk()
636 static int mt8195_afe_enable_afe_on(struct mtk_base_afe *afe) in mt8195_afe_enable_afe_on()
642 static int mt8195_afe_disable_afe_on(struct mtk_base_afe *afe) in mt8195_afe_disable_afe_on()
694 int mt8195_afe_enable_main_clock(struct mtk_base_afe *afe) in mt8195_afe_enable_main_clock()
[all …]
A Dmt8195-dai-adda.c38 static int mt8195_adda_mtkaif_init(struct mtk_base_afe *afe) in mt8195_adda_mtkaif_init()
113 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_mtkaif_cfg_event()
134 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_dl_event()
184 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda_ul_event()
211 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_adda6_ul_event()
247 struct mtk_base_afe *afe = snd_soc_component_get_drvdata(cmpnt); in mtk_audio_hires_event()
555 static int mtk_dai_da_configure(struct mtk_base_afe *afe, in mtk_dai_da_configure()
593 static int mtk_dai_ad_configure(struct mtk_base_afe *afe, in mtk_dai_ad_configure()
621 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_dai_adda_hw_params()
708 static int init_adda_priv_data(struct mtk_base_afe *afe) in init_adda_priv_data()
[all …]
/linux/sound/soc/mediatek/mt2701/
A Dmt2701-afe-clock-ctrl.h13 struct mtk_base_afe;
16 int mt2701_init_clock(struct mtk_base_afe *afe);
17 int mt2701_afe_enable_clock(struct mtk_base_afe *afe);
18 int mt2701_afe_disable_clock(struct mtk_base_afe *afe);
20 int mt2701_afe_enable_i2s(struct mtk_base_afe *afe,
23 void mt2701_afe_disable_i2s(struct mtk_base_afe *afe,
26 int mt2701_afe_enable_mclk(struct mtk_base_afe *afe, int id);
27 void mt2701_afe_disable_mclk(struct mtk_base_afe *afe, int id);
29 int mt2701_enable_btmrg_clk(struct mtk_base_afe *afe);
30 void mt2701_disable_btmrg_clk(struct mtk_base_afe *afe);
[all …]
A Dmt2701-afe-clock-ctrl.c25 int mt2701_init_clock(struct mtk_base_afe *afe) in mt2701_init_clock()
101 int mt2701_afe_enable_i2s(struct mtk_base_afe *afe, in mt2701_afe_enable_i2s()
127 void mt2701_afe_disable_i2s(struct mtk_base_afe *afe, in mt2701_afe_disable_i2s()
135 int mt2701_afe_enable_mclk(struct mtk_base_afe *afe, int id) in mt2701_afe_enable_mclk()
143 void mt2701_afe_disable_mclk(struct mtk_base_afe *afe, int id) in mt2701_afe_disable_mclk()
151 int mt2701_enable_btmrg_clk(struct mtk_base_afe *afe) in mt2701_enable_btmrg_clk()
158 void mt2701_disable_btmrg_clk(struct mtk_base_afe *afe) in mt2701_disable_btmrg_clk()
165 static int mt2701_afe_enable_audsys(struct mtk_base_afe *afe) in mt2701_afe_enable_audsys()
220 static void mt2701_afe_disable_audsys(struct mtk_base_afe *afe) in mt2701_afe_disable_audsys()
233 int mt2701_afe_enable_clock(struct mtk_base_afe *afe) in mt2701_afe_enable_clock()
[all …]
/linux/sound/soc/mediatek/mt8192/
A Dmt8192-afe-clk.h221 struct mtk_base_afe;
223 int mt8192_init_clock(struct mtk_base_afe *afe);
224 int mt8192_afe_enable_clock(struct mtk_base_afe *afe);
225 void mt8192_afe_disable_clock(struct mtk_base_afe *afe);
227 int mt8192_apll1_enable(struct mtk_base_afe *afe);
228 void mt8192_apll1_disable(struct mtk_base_afe *afe);
230 int mt8192_apll2_enable(struct mtk_base_afe *afe);
231 void mt8192_apll2_disable(struct mtk_base_afe *afe);
233 int mt8192_get_apll_rate(struct mtk_base_afe *afe, int apll);
239 void mt8192_mck_disable(struct mtk_base_afe *afe, int mck_id);
[all …]
A Dmt8192-afe-common.h155 int mt8192_dai_adda_register(struct mtk_base_afe *afe);
156 int mt8192_dai_i2s_register(struct mtk_base_afe *afe);
157 int mt8192_dai_hw_gain_register(struct mtk_base_afe *afe);
158 int mt8192_dai_src_register(struct mtk_base_afe *afe);
159 int mt8192_dai_pcm_register(struct mtk_base_afe *afe);
160 int mt8192_dai_tdm_register(struct mtk_base_afe *afe);
162 int mt8192_dai_i2s_set_share(struct mtk_base_afe *afe, const char *main_i2s_name,
170 int mt8192_dai_set_priv(struct mtk_base_afe *afe, int id,
/linux/sound/soc/mediatek/common/
A Dmtk-afe-fe-dai.h13 struct mtk_base_afe;
32 int mtk_dynamic_irq_acquire(struct mtk_base_afe *afe);
33 int mtk_dynamic_irq_release(struct mtk_base_afe *afe, int irq_id);
37 int mtk_memif_set_enable(struct mtk_base_afe *afe, int id);
38 int mtk_memif_set_disable(struct mtk_base_afe *afe, int id);
39 int mtk_memif_set_addr(struct mtk_base_afe *afe, int id,
43 int mtk_memif_set_channel(struct mtk_base_afe *afe,
45 int mtk_memif_set_rate(struct mtk_base_afe *afe,
49 int mtk_memif_set_format(struct mtk_base_afe *afe,
51 int mtk_memif_set_pbuf_size(struct mtk_base_afe *afe,
A Dmtk-afe-fe-dai.c41 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_afe_fe_startup()
102 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_afe_fe_shutdown()
124 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_afe_fe_hw_params()
187 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_afe_fe_hw_free()
201 struct mtk_base_afe *afe = snd_soc_dai_get_drvdata(dai); in mtk_afe_fe_trigger()
291 int mtk_dynamic_irq_acquire(struct mtk_base_afe *afe) in mtk_dynamic_irq_acquire()
401 int mtk_memif_set_addr(struct mtk_base_afe *afe, int id, in mtk_memif_set_addr()
456 int mtk_memif_set_channel(struct mtk_base_afe *afe, in mtk_memif_set_channel()
503 int mtk_memif_set_rate(struct mtk_base_afe *afe, in mtk_memif_set_rate()
548 int mtk_memif_set_format(struct mtk_base_afe *afe, in mtk_memif_set_format()
[all …]
/linux/sound/soc/mediatek/mt6797/
A Dmt6797-afe-clk.h12 struct mtk_base_afe;
14 int mt6797_init_clock(struct mtk_base_afe *afe);
15 int mt6797_afe_enable_clock(struct mtk_base_afe *afe);
16 int mt6797_afe_disable_clock(struct mtk_base_afe *afe);

Completed in 55 milliseconds

1234