Home
last modified time | relevance | path

Searched defs:rtd (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/sound/soc/
Dsoc-link.c11 #define soc_link_ret(rtd, ret) _soc_link_ret(rtd, __func__, ret) argument
12 static inline int _soc_link_ret(struct snd_soc_pcm_runtime *rtd, in _soc_link_ret()
37 #define soc_link_mark_push(rtd, substream, tgt) ((rtd)->mark_##tgt = substream) argument
38 #define soc_link_mark_pop(rtd, substream, tgt) ((rtd)->mark_##tgt = NULL) argument
39 #define soc_link_mark_match(rtd, substream, tgt) ((rtd)->mark_##tgt == substream) argument
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() local
87 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_soc_link_shutdown() local
[all …]
Dsoc-compress.c28 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_open() local
55 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_free() local
75 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_open() local
197 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_free() local
284 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_trigger() local
304 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_trigger() local
386 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_set_params() local
407 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_set_params() local
510 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_params() local
539 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_caps() local
[all …]
/kernel/linux/linux-4.19/sound/soc/
Dsoc-compress.c26 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_open() local
56 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_free() local
78 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_open() local
223 struct snd_soc_pcm_runtime *rtd = in close_delayed_work() local
247 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_free() local
351 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_trigger() local
471 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_set_params() local
606 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_params() local
640 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_caps() local
666 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_codec_caps() local
[all …]
Dsoc-pcm.c59 void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream) in snd_soc_runtime_activate()
94 void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, int stream) in snd_soc_runtime_deactivate()
128 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd) in snd_soc_runtime_ignore_pmdown_time()
197 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_apply_symmetry() local
254 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_params_symmetry() local
304 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_has_symmetry() local
324 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_set_msb() local
338 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_apply_msb() local
374 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_init_runtime_hw() local
448 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_components_close() local
[all …]
/kernel/linux/linux-4.19/drivers/rtc/
Drtc-test.c29 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_read_alarm() local
43 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_set_alarm() local
69 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_read_time() local
78 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_set_mmss64() local
87 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_alarm_irq_enable() local
114 struct rtc_test_data *rtd = from_timer(rtd, t, alarm); in test_rtc_alarm_handler() local
121 struct rtc_test_data *rtd; in test_probe() local
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-test.c26 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_read_alarm() local
40 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_set_alarm() local
66 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_read_time() local
75 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_set_time() local
84 struct rtc_test_data *rtd = dev_get_drvdata(dev); in test_rtc_alarm_irq_enable() local
111 struct rtc_test_data *rtd = from_timer(rtd, t, alarm); in test_rtc_alarm_handler() local
118 struct rtc_test_data *rtd; in test_probe() local
/kernel/linux/linux-4.19/sound/soc/uniphier/
Daio-compress.c22 static int uniphier_aio_comprdma_new(struct snd_soc_pcm_runtime *rtd) in uniphier_aio_comprdma_new()
55 static int uniphier_aio_comprdma_free(struct snd_soc_pcm_runtime *rtd) in uniphier_aio_comprdma_free()
75 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_open() local
100 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_free() local
120 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_get_params() local
132 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_set_params() local
167 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_hw_free() local
178 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_prepare() local
216 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_trigger() local
249 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_pointer() local
[all …]
/kernel/linux/linux-5.10/sound/soc/uniphier/
Daio-compress.c24 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() local
104 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_free() local
125 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_get_params() local
138 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_set_params() local
174 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_hw_free() local
186 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_prepare() local
225 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_trigger() local
259 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_pointer() local
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/
Dpcm.c28 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in create_page_table() local
74 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in snd_sof_pcm_period_elapsed() local
123 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_hw_params() local
240 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_hw_free() local
276 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_prepare() local
313 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_trigger() local
426 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_pointer() local
459 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_open() local
531 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sof_pcm_close() local
566 struct snd_soc_pcm_runtime *rtd) in sof_pcm_new()
[all …]
/kernel/linux/linux-4.19/sound/soc/intel/boards/
Dkbl_rt5663_max98927.c260 static int kabylake_rt5663_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_fe_init()
276 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 …]
Dkbl_da7219_max98357a.c140 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup()
160 static int kabylake_da7219_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_codec_init()
204 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init()
222 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init()
227 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init()
232 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init()
237 static int kabylake_da7219_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_fe_init()
306 static int kabylake_dmic_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_dmic_fixup()
Dskl_nau88l25_ssm4567.c178 static int skylake_ssm4567_codec_init(struct snd_soc_pcm_runtime *rtd) in skylake_ssm4567_codec_init()
195 static int skylake_nau8825_codec_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_codec_init()
220 static int skylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi1_init()
238 static int skylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi2_init()
257 static int skylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi3_init()
275 static int skylake_nau8825_fe_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_fe_init()
334 static int skylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_ssp_fixup()
353 static int skylake_dmic_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_dmic_fixup()
369 struct snd_soc_pcm_runtime *rtd = substream->private_data; in skylake_nau8825_hw_params() local
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dkbl_rt5663_max98927.c241 static int kabylake_rt5663_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_fe_init()
257 static int kabylake_rt5663_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_codec_init()
288 static int kabylake_rt5663_max98927_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_max98927_codec_init()
305 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init()
323 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init()
328 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init()
333 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init()
338 static int kabylake_5663_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi1_init()
343 static int kabylake_5663_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi2_init()
396 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup()
[all …]
Dkbl_rt5660.c136 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() local
Dkbl_da7219_max98357a.c139 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup()
159 static int kabylake_da7219_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_codec_init()
203 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init()
221 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init()
226 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init()
231 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init()
236 static int kabylake_da7219_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_fe_init()
305 static int kabylake_dmic_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_dmic_fixup()
Dskl_nau88l25_ssm4567.c159 static int skylake_ssm4567_codec_init(struct snd_soc_pcm_runtime *rtd) in skylake_ssm4567_codec_init()
176 static int skylake_nau8825_codec_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_codec_init()
201 static int skylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi1_init()
219 static int skylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi2_init()
238 static int skylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi3_init()
256 static int skylake_nau8825_fe_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_fe_init()
315 static int skylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_ssp_fixup()
334 static int skylake_dmic_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_dmic_fixup()
350 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in skylake_nau8825_hw_params() local
Dsof_sdw_rt1308.c38 static int first_spk_init(struct snd_soc_pcm_runtime *rtd) in first_spk_init()
70 static int second_spk_init(struct snd_soc_pcm_runtime *rtd) in second_spk_init()
82 static int all_spk_init(struct snd_soc_pcm_runtime *rtd) in all_spk_init()
96 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt1308_i2s_hw_params() local
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/
Dmt8183-mt6358-ts3a227-max98357.c45 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_i2s_hw_params() local
62 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_rt1015_i2s_hw_params() local
100 static int mt8183_i2s_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in mt8183_i2s_hw_params_fixup()
113 static int mt8183_rt1015_i2s_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in mt8183_rt1015_i2s_hw_params_fixup()
266 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_tdm_startup() local
285 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_tdm_shutdown() local
309 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_ts3a227_max98357_wov_startup() local
322 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8183_mt6358_ts3a227_max98357_wov_shutdown() local
341 mt8183_mt6358_ts3a227_max98357_hdmi_init(struct snd_soc_pcm_runtime *rtd) in mt8183_mt6358_ts3a227_max98357_hdmi_init()
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra_pcm.c73 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_open() local
121 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_close() local
136 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_hw_params() local
183 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_hw_free() local
198 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_mmap() local
251 static int tegra_pcm_dma_allocate(struct snd_soc_pcm_runtime *rtd, in tegra_pcm_dma_allocate()
289 struct snd_soc_pcm_runtime *rtd) in tegra_pcm_construct()
/kernel/linux/linux-5.10/sound/soc/amd/
Dacp-da7219-max98357a.c53 static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) in cz_da7219_init()
107 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in da7219_clk_enable() local
154 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_play_startup() local
175 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_cap_startup() local
197 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_max_startup() local
218 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic0_startup() local
239 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic1_startup() local
/kernel/linux/linux-4.19/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c72 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_hw_params() local
134 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_hw_free() local
144 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_restore_stream_context() local
177 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_trigger() local
219 struct snd_soc_pcm_runtime *rtd = substream->private_data; in byt_notify_pointer() local
240 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_pointer() local
253 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_open() local
281 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_close() local
307 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_mmap() local
324 static int sst_byt_pcm_new(struct snd_soc_pcm_runtime *rtd) in sst_byt_pcm_new()
/kernel/linux/linux-5.10/sound/soc/qcom/
Dsdm845.c49 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_slim_snd_hw_params() local
89 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_tdm_snd_hw_params() local
174 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_hw_params() local
220 static int sdm845_dai_init(struct snd_soc_pcm_runtime *rtd) in sdm845_dai_init()
305 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_startup() local
395 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_shutdown() local
441 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_prepare() local
480 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_hw_free() local
502 static int sdm845_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sdm845_be_hw_params_fixup()
/kernel/linux/linux-5.10/sound/soc/samsung/
Dlittlemill.c21 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level() local
68 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level_post() local
107 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in littlemill_hw_params() local
179 struct snd_soc_pcm_runtime *rtd; in bbclk_ev() local
260 struct snd_soc_pcm_runtime *rtd; in littlemill_late_probe() local
/kernel/linux/linux-4.19/sound/soc/samsung/
Dlittlemill.c26 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level() local
73 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level_post() local
112 struct snd_soc_pcm_runtime *rtd = substream->private_data; in littlemill_hw_params() local
179 struct snd_soc_pcm_runtime *rtd; in bbclk_ev() local
260 struct snd_soc_pcm_runtime *rtd; in littlemill_late_probe() local
/kernel/linux/linux-4.19/sound/soc/amd/
Dacp-da7219-max98357a.c52 static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) in cz_da7219_init()
100 struct snd_soc_pcm_runtime *rtd = substream->private_data; in da7219_clk_enable() local
139 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_da7219_startup() local
165 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_max_startup() local
180 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_dmic0_startup() local
190 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_dmic1_startup() local

12345678910>>...19