/linux-6.6.21/include/sound/ |
D | soc-dpcm.h | 15 struct snd_soc_pcm_runtime; 71 struct snd_soc_pcm_runtime *be; 72 struct snd_soc_pcm_runtime *fe; 118 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe, 119 struct snd_soc_pcm_runtime *be, int stream); 122 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe, 123 struct snd_soc_pcm_runtime *be, int stream); 126 int snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime *fe, 127 struct snd_soc_pcm_runtime *be, int stream); 130 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream); [all …]
|
D | soc-link.h | 11 int snd_soc_link_init(struct snd_soc_pcm_runtime *rtd); 12 void snd_soc_link_exit(struct snd_soc_pcm_runtime *rtd); 13 int snd_soc_link_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd,
|
D | soc.h | 407 struct snd_soc_pcm_runtime; 466 int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num); 468 int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num); 470 static inline int snd_soc_new_compress(struct snd_soc_pcm_runtime *rtd, int num) in snd_soc_new_compress() 478 struct snd_soc_pcm_runtime *snd_soc_get_pcm_runtime(struct snd_soc_card *card, 481 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd); 483 void snd_soc_runtime_action(struct snd_soc_pcm_runtime *rtd, 485 static inline void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_activate() 490 static inline void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_deactivate() 496 int snd_soc_runtime_calc_hw(struct snd_soc_pcm_runtime *rtd, [all …]
|
/linux-6.6.21/sound/soc/ |
D | soc-link.c | 12 static inline int _soc_link_ret(struct snd_soc_pcm_runtime *rtd, in _soc_link_ret() 41 int snd_soc_link_init(struct snd_soc_pcm_runtime *rtd) in snd_soc_link_init() 51 void snd_soc_link_exit(struct snd_soc_pcm_runtime *rtd) in snd_soc_link_exit() 57 int snd_soc_link_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in snd_soc_link_be_hw_params_fixup() 70 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_startup() 87 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_shutdown() 102 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_prepare() 115 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_hw_params() 131 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_hw_free() 146 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in soc_link_trigger() [all …]
|
D | soc-pcm.c | 30 static inline int _soc_pcm_ret(struct snd_soc_pcm_runtime *rtd, in _soc_pcm_ret() 52 static inline void snd_soc_dpcm_stream_lock_irq(struct snd_soc_pcm_runtime *rtd, in snd_soc_dpcm_stream_lock_irq() 61 static inline void snd_soc_dpcm_stream_unlock_irq(struct snd_soc_pcm_runtime *rtd, in snd_soc_dpcm_stream_unlock_irq() 72 static inline const char *soc_cpu_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_cpu_dai_name() 76 static inline const char *soc_codec_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_codec_dai_name() 110 static ssize_t dpcm_show_state(struct snd_soc_pcm_runtime *fe, in dpcm_show_state() 144 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() 170 struct snd_soc_pcm_runtime *fe = file->private_data; in dpcm_state_read_file() 205 void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) in soc_dpcm_debugfs_add() 257 static void dpcm_set_fe_update_state(struct snd_soc_pcm_runtime *fe, in dpcm_set_fe_update_state() [all …]
|
D | soc-compress.c | 26 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_compr_components_open() 47 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_compr_components_free() 59 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_clean() 100 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_open() 135 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_open_fe() 205 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_free_fe() 246 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_trigger() 278 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_trigger_fe() 325 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_set_params() 369 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_set_params_fe() [all …]
|
D | soc-component.c | 510 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_trigger() 531 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_set_params() 552 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_params() 572 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_caps() 596 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_codec_caps() 619 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_ack() 640 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_pointer() 660 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_copy() 684 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_set_metadata() 705 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_metadata() [all …]
|
/linux-6.6.21/sound/soc/qcom/ |
D | sc7280.c | 57 static int sc7280_headset_init(struct snd_soc_pcm_runtime *rtd) in sc7280_headset_init() 114 static int sc7280_hdmi_init(struct snd_soc_pcm_runtime *rtd) in sc7280_hdmi_init() 138 static int sc7280_rt5682_init(struct snd_soc_pcm_runtime *rtd) in sc7280_rt5682_init() 177 static int sc7280_init(struct snd_soc_pcm_runtime *rtd) in sc7280_init() 206 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_hw_params() 238 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_swr_prepare() 269 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_prepare() 288 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_hw_free() 313 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_shutdown() 340 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7280_snd_startup() [all …]
|
D | sm8250.c | 28 static int sm8250_snd_init(struct snd_soc_pcm_runtime *rtd) in sm8250_snd_init() 35 static int sm8250_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sm8250_be_hw_params_fixup() 53 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_startup() 75 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_hw_params() 84 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_prepare() 95 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_hw_free()
|
D | sc8280xp.c | 27 static int sc8280xp_snd_init(struct snd_soc_pcm_runtime *rtd) in sc8280xp_snd_init() 53 static int sc8280xp_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sc8280xp_be_hw_params_fixup() 83 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc8280xp_snd_hw_params() 92 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc8280xp_snd_prepare() 103 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc8280xp_snd_hw_free()
|
D | lpass-cdc-dma.c | 35 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_dmactl_handle() 125 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_platform_codec_intf_init() 174 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_startup() 197 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_shutdown() 217 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_hw_params() 260 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_cdc_dma_daiops_trigger()
|
D | sdw.c | 14 struct snd_soc_pcm_runtime *rtd = substream->private_data; in qcom_snd_sdw_prepare() 65 struct snd_soc_pcm_runtime *rtd = substream->private_data; in qcom_snd_sdw_hw_params() 95 struct snd_soc_pcm_runtime *rtd = substream->private_data; in qcom_snd_sdw_hw_free()
|
D | sc7180.c | 56 static int sc7180_headset_init(struct snd_soc_pcm_runtime *rtd) in sc7180_headset_init() 92 static int sc7180_hdmi_init(struct snd_soc_pcm_runtime *rtd) in sc7180_hdmi_init() 118 static int sc7180_init(struct snd_soc_pcm_runtime *rtd) in sc7180_init() 139 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_snd_startup() 225 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_snd_shutdown() 250 static int sc7180_adau7002_init(struct snd_soc_pcm_runtime *rtd) in sc7180_adau7002_init() 271 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_adau7002_snd_startup()
|
D | sdm845.c | 61 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_slim_snd_hw_params() 101 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_tdm_snd_hw_params() 186 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_hw_params() 232 static int sdm845_dai_init(struct snd_soc_pcm_runtime *rtd) in sdm845_dai_init() 334 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_startup() 424 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_shutdown() 470 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_prepare() 509 struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); in sdm845_snd_hw_free() 531 static int sdm845_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sdm845_be_hw_params_fixup()
|
/linux-6.6.21/sound/soc/uniphier/ |
D | aio-compress.c | 24 static int uniphier_aio_comprdma_new(struct snd_soc_pcm_runtime *rtd) in uniphier_aio_comprdma_new() 57 static int uniphier_aio_comprdma_free(struct snd_soc_pcm_runtime *rtd) in uniphier_aio_comprdma_free() 78 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_open() 104 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_free() 125 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_get_params() 138 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_set_params() 169 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_hw_free() 181 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_prepare() 220 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_trigger() 254 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_pointer() [all …]
|
/linux-6.6.21/sound/soc/sh/ |
D | dma-sh7760.c | 121 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_pcm_open() 155 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_pcm_close() 177 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_hw_params() 195 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_prepare() 243 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_trigger() 271 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in camelot_pos() 291 struct snd_soc_pcm_runtime *rtd) in camelot_pcm_new()
|
/linux-6.6.21/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 53 static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) in cz_da7219_init() 109 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in da7219_clk_enable() 133 static int cz_rt5682_init(struct snd_soc_pcm_runtime *rtd) in cz_rt5682_init() 194 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt5682_clk_enable() 248 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_play_startup() 269 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_cap_startup() 291 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_max_startup() 312 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic0_startup() 333 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic1_startup() 360 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_rt5682_play_startup() [all …]
|
/linux-6.6.21/sound/soc/tegra/ |
D | tegra_pcm.c | 79 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_open() 130 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_close() 145 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_hw_params() 194 static int tegra_pcm_dma_allocate(struct device *dev, struct snd_soc_pcm_runtime *rtd, in tegra_pcm_dma_allocate() 208 struct snd_soc_pcm_runtime *rtd) in tegra_pcm_construct()
|
/linux-6.6.21/sound/soc/intel/boards/ |
D | sof_realtek_common.c | 71 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt1011_hw_params() 118 static int rt1011_init(struct snd_soc_pcm_runtime *rtd) in rt1011_init() 217 static int rt1015p_init(struct snd_soc_pcm_runtime *rtd) in rt1015p_init() 267 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt1015_hw_params() 349 static int speaker_codec_init_lr(struct snd_soc_pcm_runtime *rtd) in speaker_codec_init_lr() 395 static int rt1308_init(struct snd_soc_pcm_runtime *rtd) in rt1308_init() 426 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt1308_hw_params() 484 static int rt1019p_init(struct snd_soc_pcm_runtime *rtd) in rt1019p_init()
|
D | kbl_rt5660.c | 136 static int kabylake_ssp0_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp0_fixup() 156 static int kabylake_rt5660_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5660_codec_init() 210 static void kabylake_rt5660_codec_exit(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5660_codec_exit() 222 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 240 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 245 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 250 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init() 258 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in kabylake_rt5660_hw_params()
|
D | kbl_rt5663_max98927.c | 258 static int kabylake_rt5663_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_fe_init() 274 static int kabylake_rt5663_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_codec_init() 307 static int kabylake_rt5663_max98927_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_max98927_codec_init() 324 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 342 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 347 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 352 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init() 357 static int kabylake_5663_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi1_init() 362 static int kabylake_5663_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi2_init() 415 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup() [all …]
|
/linux-6.6.21/sound/soc/sof/ |
D | pcm.c | 28 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in create_page_table() 63 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_sof_pcm_period_elapsed() 88 sof_pcm_setup_connected_widgets(struct snd_sof_dev *sdev, struct snd_soc_pcm_runtime *rtd, in sof_pcm_setup_connected_widgets() 127 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_hw_params() 197 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_hw_free() 249 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_prepare() 286 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_trigger() 389 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_pointer() 420 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_open() 485 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_close() [all …]
|
/linux-6.6.21/sound/soc/mediatek/common/ |
D | mtk-dsp-sof-common.c | 13 int mtk_sof_dai_link_fixup(struct snd_soc_pcm_runtime *rtd, in mtk_sof_dai_link_fixup() 23 struct snd_soc_pcm_runtime *runtime; in mtk_sof_dai_link_fixup() 70 struct snd_soc_pcm_runtime *rtd; in mtk_sof_card_late_probe() 92 struct snd_soc_pcm_runtime *sof_rtd = NULL; in mtk_sof_card_late_probe() 93 struct snd_soc_pcm_runtime *normal_rtd = NULL; in mtk_sof_card_late_probe()
|
/linux-6.6.21/sound/soc/stm/ |
D | stm32_adfsdm.c | 170 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(priv->substream); in stm32_afsdm_pcm_cb() 215 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_trigger() 236 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_open() 250 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_close() 263 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_pointer() 274 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_hw_params() 285 struct snd_soc_pcm_runtime *rtd) in stm32_adfsdm_pcm_new()
|
/linux-6.6.21/sound/soc/mediatek/mt8195/ |
D | mt8195-mt6359.c | 144 static int mt8195_mt6359_mtkaif_calibration(struct snd_soc_pcm_runtime *rtd) in mt8195_mt6359_mtkaif_calibration() 307 static int mt8195_mt6359_init(struct snd_soc_pcm_runtime *rtd) in mt8195_mt6359_init() 341 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8195_hdmitx_dptx_startup() 371 struct snd_soc_pcm_runtime *rtd = substream->private_data; in mt8195_dptx_hw_params() 382 static int mt8195_dptx_codec_init(struct snd_soc_pcm_runtime *rtd) in mt8195_dptx_codec_init() 398 static int mt8195_hdmi_codec_init(struct snd_soc_pcm_runtime *rtd) in mt8195_hdmi_codec_init() 414 static int mt8195_dptx_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in mt8195_dptx_hw_params_fixup() 445 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8195_playback_startup() 491 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8195_capture_startup() 521 struct snd_soc_pcm_runtime *rtd = substream->private_data; in mt8195_rt5682_etdm_hw_params() [all …]
|