| /Linux-v5.15/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; 117 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe, 118 struct snd_soc_pcm_runtime *be, int stream); 121 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe, 122 struct snd_soc_pcm_runtime *be, int stream); 125 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream); 128 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe, 129 struct snd_soc_pcm_runtime *be, 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-dai.h | 177 int snd_soc_dai_get_fmt_max_priority(struct snd_soc_pcm_runtime *rtd); 216 struct snd_soc_pcm_runtime *rtd, int num); 233 int snd_soc_pcm_dai_probe(struct snd_soc_pcm_runtime *rtd, int order); 234 int snd_soc_pcm_dai_remove(struct snd_soc_pcm_runtime *rtd, int order); 235 int snd_soc_pcm_dai_new(struct snd_soc_pcm_runtime *rtd); 399 int (*compress_new)(struct snd_soc_pcm_runtime *rtd, int num); 401 int (*pcm_new)(struct snd_soc_pcm_runtime *rtd,
|
| /Linux-v5.15/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 | 32 static inline const char *soc_cpu_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_cpu_dai_name() 36 static inline const char *soc_codec_dai_name(struct snd_soc_pcm_runtime *rtd) in soc_codec_dai_name() 70 static ssize_t dpcm_show_state(struct snd_soc_pcm_runtime *fe, in dpcm_show_state() 106 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() 133 struct snd_soc_pcm_runtime *fe = file->private_data; in dpcm_state_read_file() 166 void soc_dpcm_debugfs_add(struct snd_soc_pcm_runtime *rtd) in soc_dpcm_debugfs_add() 218 static void dpcm_set_fe_update_state(struct snd_soc_pcm_runtime *fe, in dpcm_set_fe_update_state() 234 static void dpcm_set_be_update_state(struct snd_soc_pcm_runtime *be, in dpcm_set_be_update_state() 253 void snd_soc_runtime_action(struct snd_soc_pcm_runtime *rtd, in snd_soc_runtime_action() 275 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd) in snd_soc_runtime_ignore_pmdown_time() [all …]
|
| D | soc-component.c | 430 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_open() 451 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_free() 470 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_trigger() 491 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_set_params() 512 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_params() 532 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_caps() 556 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_get_codec_caps() 579 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_ack() 600 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_pointer() 620 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in snd_soc_component_compr_copy() [all …]
|
| D | soc-compress.c | 27 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_clean() 68 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_open() 103 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_open_fe() 176 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_free_fe() 218 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_trigger() 250 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_trigger_fe() 297 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_set_params() 341 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_set_params_fe() 392 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_get_params() 410 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_ack() [all …]
|
| /Linux-v5.15/sound/soc/qcom/ |
| D | sm8250.c | 23 static int sm8250_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sm8250_be_hw_params_fixup() 41 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_startup() 63 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_hw_params() 87 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_wsa_dma_prepare() 126 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_prepare() 142 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sm8250_snd_hw_free()
|
| D | sc7180.c | 44 static int sc7180_headset_init(struct snd_soc_pcm_runtime *rtd) in sc7180_headset_init() 79 static int sc7180_hdmi_init(struct snd_soc_pcm_runtime *rtd) in sc7180_hdmi_init() 105 static int sc7180_init(struct snd_soc_pcm_runtime *rtd) in sc7180_init() 126 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_snd_startup() 199 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_snd_shutdown() 224 static int sc7180_adau7002_init(struct snd_soc_pcm_runtime *rtd) in sc7180_adau7002_init() 245 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sc7180_adau7002_snd_startup()
|
| D | sdm845.c | 49 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_slim_snd_hw_params() 89 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_tdm_snd_hw_params() 174 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_hw_params() 220 static int sdm845_dai_init(struct snd_soc_pcm_runtime *rtd) in sdm845_dai_init() 313 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_startup() 403 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_shutdown() 449 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_prepare() 488 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in sdm845_snd_hw_free() 510 static int sdm845_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in sdm845_be_hw_params_fixup()
|
| /Linux-v5.15/sound/soc/amd/ |
| D | acp-da7219-max98357a.c | 39 static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) in cz_da7219_init() 93 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in da7219_clk_enable() 117 static int cz_rt5682_init(struct snd_soc_pcm_runtime *rtd) in cz_rt5682_init() 176 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in rt5682_clk_enable() 230 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_play_startup() 251 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_da7219_cap_startup() 273 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_max_startup() 294 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic0_startup() 315 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_dmic1_startup() 342 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in cz_rt5682_play_startup() [all …]
|
| /Linux-v5.15/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() 174 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_hw_free() 186 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_prepare() 225 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_trigger() 259 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_pointer() [all …]
|
| /Linux-v5.15/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-v5.15/sound/soc/intel/boards/ |
| D | sof_sdw_rt1308.c | 38 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()
|
| D | sof_sdw_rt1316.c | 37 static int first_spk_init(struct snd_soc_pcm_runtime *rtd) in first_spk_init() 69 static int second_spk_init(struct snd_soc_pcm_runtime *rtd) in second_spk_init() 81 static int all_spk_init(struct snd_soc_pcm_runtime *rtd) in all_spk_init()
|
| D | kbl_rt5663_max98927.c | 247 static int kabylake_rt5663_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_fe_init() 263 static int kabylake_rt5663_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_codec_init() 294 static int kabylake_rt5663_max98927_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_max98927_codec_init() 311 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 329 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 334 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 339 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init() 344 static int kabylake_5663_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi1_init() 349 static int kabylake_5663_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_5663_hdmi2_init() 402 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup() [all …]
|
| 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 | sof_maxim_common.c | 48 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in max_98373_hw_params() 67 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in max_98373_trigger() 116 int max_98373_spk_codec_init(struct snd_soc_pcm_runtime *rtd) in max_98373_spk_codec_init() 166 static int max_98357a_init(struct snd_soc_pcm_runtime *rtd) in max_98357a_init()
|
| D | skl_nau88l25_ssm4567.c | 159 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()
|
| /Linux-v5.15/sound/soc/tegra/ |
| D | tegra_pcm.c | 73 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_open() 121 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_close() 136 struct snd_soc_pcm_runtime *rtd = substream->private_data; in tegra_pcm_hw_params() 185 static int tegra_pcm_dma_allocate(struct device *dev, struct snd_soc_pcm_runtime *rtd, in tegra_pcm_dma_allocate() 199 struct snd_soc_pcm_runtime *rtd) in tegra_pcm_construct()
|
| /Linux-v5.15/sound/soc/stm/ |
| D | stm32_adfsdm.c | 169 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(priv->substream); in stm32_afsdm_pcm_cb() 214 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_trigger() 235 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_open() 249 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_close() 262 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_pointer() 273 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in stm32_adfsdm_pcm_hw_params() 284 struct snd_soc_pcm_runtime *rtd) in stm32_adfsdm_pcm_new()
|
| /Linux-v5.15/sound/soc/mediatek/common/ |
| D | mtk-afe-platform-driver.h | 18 struct snd_soc_pcm_runtime; 23 struct snd_soc_pcm_runtime *rtd);
|
| /Linux-v5.15/sound/soc/samsung/ |
| D | littlemill.c | 21 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level() 68 struct snd_soc_pcm_runtime *rtd; in littlemill_set_bias_level_post() 107 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in littlemill_hw_params() 179 struct snd_soc_pcm_runtime *rtd; in bbclk_ev() 260 struct snd_soc_pcm_runtime *rtd; in littlemill_late_probe()
|
| D | neo1973_wm8753.c | 25 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in neo1973_hifi_hw_params() 99 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in neo1973_hifi_hw_free() 117 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in neo1973_voice_hw_params() 154 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in neo1973_voice_hw_free() 244 static int neo1973_wm8753_init(struct snd_soc_pcm_runtime *rtd) in neo1973_wm8753_init()
|
| /Linux-v5.15/sound/soc/mediatek/mt8195/ |
| D | mt8195-mt6359-rt1019-rt5682.c | 59 struct snd_soc_pcm_runtime *rtd = substream->private_data; in mt8195_rt5682_etdm_hw_params() 109 static int mt8195_mt6359_mtkaif_calibration(struct snd_soc_pcm_runtime *rtd) in mt8195_mt6359_mtkaif_calibration() 272 static int mt8195_mt6359_init(struct snd_soc_pcm_runtime *rtd) in mt8195_mt6359_init() 287 static int mt8195_rt5682_init(struct snd_soc_pcm_runtime *rtd) in mt8195_rt5682_init() 320 static int mt8195_etdm_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in mt8195_etdm_hw_params_fixup() 351 struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); in mt8195_hdmitx_dptx_startup() 381 struct snd_soc_pcm_runtime *rtd = substream->private_data; in mt8195_dptx_hw_params() 395 static int mt8195_dptx_codec_init(struct snd_soc_pcm_runtime *rtd) in mt8195_dptx_codec_init() 411 static int mt8195_hdmi_codec_init(struct snd_soc_pcm_runtime *rtd) in mt8195_hdmi_codec_init() 427 static int mt8195_dptx_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, in mt8195_dptx_hw_params_fixup() [all …]
|