Home
last modified time | relevance | path

Searched defs:dai (Results 26 – 50 of 467) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctdaio.c273 static int dai_set_srt_srcl(struct dai *dai, struct rsc *src) in dai_set_srt_srcl()
280 static int dai_set_srt_srcr(struct dai *dai, struct rsc *src) in dai_set_srt_srcr()
287 static int dai_set_srt_msr(struct dai *dai, unsigned int msr) in dai_set_srt_msr()
298 static int dai_set_enb_src(struct dai *dai, unsigned int enb) in dai_set_enb_src()
304 static int dai_set_enb_srt(struct dai *dai, unsigned int enb) in dai_set_enb_srt()
310 static int dai_commit_write(struct dai *dai) in dai_commit_write()
462 static int dai_rsc_init(struct dai *dai, in dai_rsc_init()
498 static int dai_rsc_uninit(struct dai *dai) in dai_rsc_uninit()
557 struct dai *dai = kzalloc(sizeof(*dai), GFP_KERNEL); in get_daio_rsc() local
/OK3568_Linux_fs/kernel/sound/soc/sh/
H A Dssi.c90 struct snd_soc_dai *dai) in ssi_startup()
102 struct snd_soc_dai *dai) in ssi_shutdown()
110 struct snd_soc_dai *dai) in ssi_trigger()
130 struct snd_soc_dai *dai) in ssi_hw_params()
222 static int ssi_set_clkdiv(struct snd_soc_dai *dai, int did, int div) in ssi_set_clkdiv()
245 static int ssi_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) in ssi_set_fmt()
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Dmchp-spdiftx.c285 struct snd_soc_dai *dai) in mchp_spdiftx_dai_startup()
297 struct snd_soc_dai *dai) in mchp_spdiftx_dai_shutdown()
306 struct snd_soc_dai *dai) in mchp_spdiftx_trigger()
353 struct snd_soc_dai *dai) in mchp_spdiftx_hw_params()
521 struct snd_soc_dai *dai) in mchp_spdiftx_hw_free()
574 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdiftx_cs_get() local
590 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdiftx_cs_put() local
633 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdiftx_subcode_get() local
650 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdiftx_subcode_put() local
710 static int mchp_spdiftx_dai_probe(struct snd_soc_dai *dai) in mchp_spdiftx_dai_probe()
[all …]
H A Dmchp-spdifrx.c353 struct snd_soc_dai *dai) in mchp_spdifrx_trigger()
401 struct snd_soc_dai *dai) in mchp_spdifrx_hw_params()
474 struct snd_soc_dai *dai) in mchp_spdifrx_hw_free()
539 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_cs1_get() local
548 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_cs2_get() local
595 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_subcode_ch1_get() local
604 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_subcode_ch2_get() local
624 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_ulock_get() local
640 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_badf_get() local
656 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in mchp_spdifrx_signal_get() local
[all …]
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_pdm.c205 static inline struct rk_pdm_dev *to_info(struct snd_soc_dai *dai) in to_info()
380 struct snd_soc_dai *dai) in rockchip_pdm_hw_params()
470 struct snd_soc_dai *dai) in rockchip_pdm_trigger()
511 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_start_delay_get() local
522 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_start_delay_put() local
549 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_filter_delay_get() local
560 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_filter_delay_put() local
606 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_clk_compensation_get() local
617 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_pdm_clk_compensation_put() local
638 static int rockchip_pdm_dai_probe(struct snd_soc_dai *dai) in rockchip_pdm_dai_probe()
[all …]
H A Drockchip_i2s.c102 static inline struct rk_i2s_dev *to_info(struct snd_soc_dai *dai) in to_info()
317 struct snd_soc_dai *dai) in rockchip_i2s_hw_params()
424 int cmd, struct snd_soc_dai *dai) in rockchip_i2s_trigger()
454 static int rockchip_i2s_set_bclk_ratio(struct snd_soc_dai *dai, in rockchip_i2s_set_bclk_ratio()
553 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_i2s_clk_compensation_get() local
564 struct snd_soc_dai *dai = snd_kcontrol_chip(kcontrol); in rockchip_i2s_clk_compensation_put() local
583 static int rockchip_i2s_dai_probe(struct snd_soc_dai *dai) in rockchip_i2s_dai_probe()
750 struct snd_soc_dai_driver *dai; in rockchip_i2s_init_dai() local
834 struct snd_soc_dai_driver *dai; in rockchip_i2s_probe() local
H A Drockchip_multi_dais.c26 static inline struct rk_mdais_dev *to_info(struct snd_soc_dai *dai) in to_info()
43 struct snd_soc_dai *dai) in rockchip_mdais_hw_params()
79 int cmd, struct snd_soc_dai *dai) in rockchip_mdais_trigger()
109 struct snd_soc_dai *dai) in rockchip_mdais_startup()
128 struct snd_soc_dai *dai) in rockchip_mdais_shutdown()
143 struct snd_soc_dai *dai) in rockchip_mdais_prepare()
201 static int rockchip_mdais_tdm_slot(struct snd_soc_dai *dai, in rockchip_mdais_tdm_slot()
220 static int rockchip_mdais_dai_probe(struct snd_soc_dai *dai) in rockchip_mdais_dai_probe()
/OK3568_Linux_fs/kernel/sound/soc/adi/
H A Daxi-spdif.c49 struct snd_soc_dai *dai) in axi_spdif_trigger()
76 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in axi_spdif_hw_params()
108 static int axi_spdif_dai_probe(struct snd_soc_dai *dai) in axi_spdif_dai_probe()
118 struct snd_soc_dai *dai) in axi_spdif_startup()
140 struct snd_soc_dai *dai) in axi_spdif_shutdown()
H A Daxi-i2s.c58 struct snd_soc_dai *dai) in axi_i2s_trigger()
89 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in axi_i2s_hw_params()
107 struct snd_soc_dai *dai) in axi_i2s_startup()
130 struct snd_soc_dai *dai) in axi_i2s_shutdown()
137 static int axi_i2s_dai_probe(struct snd_soc_dai *dai) in axi_i2s_dai_probe()
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_module.c206 struct gbaudio_data_connection *dai; in gb_audio_add_data_connection() local
240 struct gbaudio_data_connection *dai, *_dai; in gb_audio_probe() local
389 struct gbaudio_data_connection *dai, *_dai; in gb_audio_disconnect() local
426 struct gbaudio_data_connection *dai; in gb_audio_suspend() local
440 struct gbaudio_data_connection *dai; in gb_audio_resume() local
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A Daxg-spdifout.c89 struct snd_soc_dai *dai) in axg_spdifout_trigger()
111 static int axg_spdifout_mute(struct snd_soc_dai *dai, int mute, int direction) in axg_spdifout_mute()
123 struct snd_soc_dai *dai) in axg_spdifout_sample_fmt()
180 struct snd_soc_dai *dai) in axg_spdifout_set_chsts()
217 struct snd_soc_dai *dai) in axg_spdifout_hw_params()
246 struct snd_soc_dai *dai) in axg_spdifout_startup()
279 struct snd_soc_dai *dai) in axg_spdifout_shutdown()
H A Daiu-fifo-spdif.c58 struct snd_soc_dai *dai) in fifo_spdif_trigger()
86 struct snd_soc_dai *dai) in fifo_spdif_prepare()
108 struct snd_soc_dai *dai) in fifo_spdif_hw_params()
166 int aiu_fifo_spdif_dai_probe(struct snd_soc_dai *dai) in aiu_fifo_spdif_dai_probe()
H A Daxg-frddr.c34 struct snd_soc_dai *dai) in g12a_frddr_dai_prepare()
50 struct snd_soc_dai *dai) in axg_frddr_dai_startup()
73 struct snd_soc_dai *dai) in axg_frddr_dai_shutdown()
81 struct snd_soc_dai *dai) in axg_frddr_pcm_new()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdmi-codec.c461 struct snd_soc_dai *dai) in hdmi_codec_startup()
503 struct snd_soc_dai *dai) in hdmi_codec_shutdown()
516 static int hdmi_codec_fill_codec_params(struct snd_soc_dai *dai, in hdmi_codec_fill_codec_params()
554 struct snd_soc_dai *dai) in hdmi_codec_hw_params()
598 struct snd_soc_dai *dai) in hdmi_codec_prepare()
633 static int hdmi_codec_i2s_set_fmt(struct snd_soc_dai *dai, in hdmi_codec_i2s_set_fmt()
700 static int hdmi_codec_mute(struct snd_soc_dai *dai, int mute, int direction) in hdmi_codec_mute()
789 struct snd_soc_dai *dai) in hdmi_codec_pcm_new()
827 static int hdmi_dai_probe(struct snd_soc_dai *dai) in hdmi_dai_probe()
933 static int hdmi_dai_spdif_probe(struct snd_soc_dai *dai) in hdmi_dai_spdif_probe()
[all …]
H A Drk3328_codec.c66 static int rk3328_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt) in rk3328_set_dai_fmt()
110 static int rk3328_mute_stream(struct snd_soc_dai *dai, int mute, int direction) in rk3328_mute_stream()
267 struct snd_soc_dai *dai) in rk3328_hw_params()
299 struct snd_soc_dai *dai) in rk3328_pcm_startup()
308 struct snd_soc_dai *dai) in rk3328_pcm_shutdown()
H A Dwm8961.c503 struct snd_soc_dai *dai) in wm8961_hw_params()
592 static int wm8961_set_sysclk(struct snd_soc_dai *dai, int clk_id, in wm8961_set_sysclk()
621 static int wm8961_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) in wm8961_set_fmt()
688 static int wm8961_set_tristate(struct snd_soc_dai *dai, int tristate) in wm8961_set_tristate()
701 static int wm8961_mute(struct snd_soc_dai *dai, int mute, int direction) in wm8961_mute()
716 static int wm8961_set_clkdiv(struct snd_soc_dai *dai, int div_id, int div) in wm8961_set_clkdiv()
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dpxa2xx-i2s.c96 struct snd_soc_dai *dai) in pxa2xx_i2s_startup()
158 struct snd_soc_dai *dai) in pxa2xx_i2s_hw_params()
217 struct snd_soc_dai *dai) in pxa2xx_i2s_trigger()
243 struct snd_soc_dai *dai) in pxa2xx_i2s_shutdown()
297 static int pxa2xx_i2s_probe(struct snd_soc_dai *dai) in pxa2xx_i2s_probe()
322 static int pxa2xx_i2s_remove(struct snd_soc_dai *dai) in pxa2xx_i2s_remove()
/OK3568_Linux_fs/kernel/sound/soc/bcm/
H A Dbcm2835-i2s.c219 static int bcm2835_i2s_set_dai_fmt(struct snd_soc_dai *dai, in bcm2835_i2s_set_dai_fmt()
227 static int bcm2835_i2s_set_dai_bclk_ratio(struct snd_soc_dai *dai, in bcm2835_i2s_set_dai_bclk_ratio()
249 static int bcm2835_i2s_set_dai_tdm_slot(struct snd_soc_dai *dai, in bcm2835_i2s_set_dai_tdm_slot()
331 struct snd_soc_dai *dai) in bcm2835_i2s_hw_params()
618 struct snd_soc_dai *dai) in bcm2835_i2s_prepare()
643 struct snd_soc_dai *dai) in bcm2835_i2s_stop()
661 struct snd_soc_dai *dai) in bcm2835_i2s_trigger()
694 struct snd_soc_dai *dai) in bcm2835_i2s_startup()
719 struct snd_soc_dai *dai) in bcm2835_i2s_shutdown()
751 static int bcm2835_i2s_dai_probe(struct snd_soc_dai *dai) in bcm2835_i2s_dai_probe()
/OK3568_Linux_fs/kernel/sound/soc/sti/
H A Dsti_uniperif.c123 int sti_uniperiph_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask, in sti_uniperiph_set_tdm_slot()
255 static int sti_uniperiph_dai_create_ctrl(struct snd_soc_dai *dai) in sti_uniperiph_dai_create_ctrl()
283 struct snd_soc_dai *dai) in sti_uniperiph_dai_hw_params()
302 int sti_uniperiph_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) in sti_uniperiph_dai_set_fmt()
354 static int sti_uniperiph_dai_probe(struct snd_soc_dai *dai) in sti_uniperiph_dai_probe()
386 struct snd_soc_dai_driver *dai = priv->dai; in sti_uniperiph_cpu_dai_of() local
H A Duniperif_reader.c187 struct snd_soc_dai *dai) in uni_reader_prepare()
338 int cmd, struct snd_soc_dai *dai) in uni_reader_trigger()
354 struct snd_soc_dai *dai) in uni_reader_startup()
385 struct snd_soc_dai *dai) in uni_reader_shutdown()
/OK3568_Linux_fs/kernel/sound/soc/xilinx/
H A Dxlnx_spdif.c78 struct snd_soc_dai *dai) in xlnx_spdif_startup()
98 struct snd_soc_dai *dai) in xlnx_spdif_shutdown()
107 struct snd_soc_dai *dai) in xlnx_spdif_hw_params()
149 static int rx_stream_detect(struct snd_soc_dai *dai) in rx_stream_detect()
169 struct snd_soc_dai *dai) in xlnx_spdif_trigger()
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra30_i2s.c65 static int tegra30_i2s_set_fmt(struct snd_soc_dai *dai, in tegra30_i2s_set_fmt()
125 struct snd_soc_dai *dai) in tegra30_i2s_hw_params()
229 struct snd_soc_dai *dai) in tegra30_i2s_trigger()
257 static int tegra30_i2s_set_tdm(struct snd_soc_dai *dai, in tegra30_i2s_set_tdm()
285 static int tegra30_i2s_probe(struct snd_soc_dai *dai) in tegra30_i2s_probe()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_esai.c170 static int fsl_esai_divisor_cal(struct snd_soc_dai *dai, bool tx, u32 ratio, in fsl_esai_divisor_cal()
264 static int fsl_esai_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id, in fsl_esai_set_dai_sysclk()
367 static int fsl_esai_set_bclk(struct snd_soc_dai *dai, bool tx, u32 freq) in fsl_esai_set_bclk()
409 static int fsl_esai_set_dai_tdm_slot(struct snd_soc_dai *dai, u32 tx_mask, in fsl_esai_set_dai_tdm_slot()
428 static int fsl_esai_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt) in fsl_esai_set_dai_fmt()
517 struct snd_soc_dai *dai) in fsl_esai_startup()
542 struct snd_soc_dai *dai) in fsl_esai_hw_params()
763 struct snd_soc_dai *dai) in fsl_esai_trigger()
802 static int fsl_esai_dai_probe(struct snd_soc_dai *dai) in fsl_esai_dai_probe()
/OK3568_Linux_fs/kernel/sound/soc/spear/
H A Dspdif_out.c80 struct snd_soc_dai *dai) in spdif_out_shutdown()
107 struct snd_soc_dai *dai) in spdif_out_hw_params()
152 struct snd_soc_dai *dai) in spdif_out_trigger()
191 static int spdif_mute(struct snd_soc_dai *dai, int mute, int direction) in spdif_mute()
242 static int spdif_soc_dai_probe(struct snd_soc_dai *dai) in spdif_soc_dai_probe()
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-hdmi.c20 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in lpass_hdmi_daiops_hw_params()
193 struct snd_soc_dai *dai) in lpass_hdmi_daiops_prepare()
210 int cmd, struct snd_soc_dai *dai) in lpass_hdmi_daiops_trigger()

12345678910>>...19