| /Linux-v5.4/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 | pxa2xx-lib.h | 11 struct snd_soc_pcm_runtime; 26 extern int pxa2xx_soc_pcm_new(struct snd_soc_pcm_runtime *rtd);
|
| /Linux-v5.4/sound/soc/ |
| D | soc-pcm.c | 41 void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream) in snd_soc_runtime_activate() 77 void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, int stream) in snd_soc_runtime_deactivate() 112 bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd) in snd_soc_runtime_ignore_pmdown_time() 154 int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir, in dpcm_dapm_stream_event() 161 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() 181 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_apply_symmetry() 238 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_params_symmetry() 289 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_has_symmetry() 310 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_set_msb() 324 struct snd_soc_pcm_runtime *rtd = substream->private_data; in soc_pcm_apply_msb() [all …]
|
| D | soc-compress.c | 26 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_open() 56 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_free() 78 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_open() 127 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_open_fe() 223 struct snd_soc_pcm_runtime *rtd = in close_delayed_work() 224 container_of(work, struct snd_soc_pcm_runtime, delayed_work.work); in close_delayed_work() 247 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_free() 301 struct snd_soc_pcm_runtime *fe = cstream->private_data; in soc_compr_free_fe() 351 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_components_trigger() 373 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in soc_compr_trigger() [all …]
|
| D | soc-generic-dmaengine-pcm.c | 61 struct snd_soc_pcm_runtime *rtd = substream->private_data; in snd_dmaengine_pcm_prepare_slave_config() 81 struct snd_soc_pcm_runtime *rtd = substream->private_data; in dmaengine_pcm_hw_params() 114 struct snd_soc_pcm_runtime *rtd = substream->private_data; in dmaengine_pcm_set_runtime_hwparams() 204 struct snd_soc_pcm_runtime *rtd = substream->private_data; in dmaengine_pcm_open() 219 struct snd_soc_pcm_runtime *rtd, in dmaengine_pcm_compat_request_channel() 261 static int dmaengine_pcm_new(struct snd_soc_pcm_runtime *rtd) in dmaengine_pcm_new() 323 struct snd_soc_pcm_runtime *rtd = substream->private_data; in dmaengine_pcm_pointer() 338 struct snd_soc_pcm_runtime *rtd = substream->private_data; in dmaengine_copy_user()
|
| D | soc-core.c | 96 struct snd_soc_pcm_runtime *rtd = dev_get_drvdata(dev); in pmdown_time_show() 105 struct snd_soc_pcm_runtime *rtd = dev_get_drvdata(dev); in pmdown_time_set() 126 struct snd_soc_pcm_runtime *rtd = dev_get_drvdata(dev); in soc_dev_attr_is_visible() 277 static int snd_soc_rtdcom_add(struct snd_soc_pcm_runtime *rtd, in snd_soc_rtdcom_add() 300 static void snd_soc_rtdcom_del_all(struct snd_soc_pcm_runtime *rtd) in snd_soc_rtdcom_del_all() 310 struct snd_soc_component *snd_soc_rtdcom_lookup(struct snd_soc_pcm_runtime *rtd, in snd_soc_rtdcom_lookup() 344 struct snd_soc_pcm_runtime *rtd; in snd_soc_get_dai_substream() 358 static struct snd_soc_pcm_runtime *soc_new_pcm_runtime( in soc_new_pcm_runtime() 361 struct snd_soc_pcm_runtime *rtd; in soc_new_pcm_runtime() 363 rtd = kzalloc(sizeof(struct snd_soc_pcm_runtime), GFP_KERNEL); in soc_new_pcm_runtime() [all …]
|
| /Linux-v5.4/sound/soc/uniphier/ |
| D | aio-compress.c | 22 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() 100 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_free() 120 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_get_params() 132 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_set_params() 167 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_hw_free() 178 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_prepare() 216 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_trigger() 249 struct snd_soc_pcm_runtime *rtd = cstream->private_data; in uniphier_aio_compr_pointer() [all …]
|
| /Linux-v5.4/sound/soc/sh/ |
| D | dma-sh7760.c | 120 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_pcm_open() 153 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_pcm_close() 174 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_hw_params() 202 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_prepare() 249 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_trigger() 276 struct snd_soc_pcm_runtime *rtd = substream->private_data; in camelot_pos() 306 static int camelot_pcm_new(struct snd_soc_pcm_runtime *rtd) in camelot_pcm_new()
|
| /Linux-v5.4/sound/soc/intel/baytrail/ |
| D | sst-baytrail-pcm.c | 64 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_hw_params() 126 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_hw_free() 136 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_restore_stream_context() 169 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_trigger() 212 struct snd_soc_pcm_runtime *rtd = substream->private_data; in byt_notify_pointer() 233 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_pointer() 246 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_open() 274 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_close() 300 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sst_byt_pcm_mmap() 317 static int sst_byt_pcm_new(struct snd_soc_pcm_runtime *rtd) in sst_byt_pcm_new()
|
| /Linux-v5.4/sound/soc/amd/ |
| D | acp-da7219-max98357a.c | 53 static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) in cz_da7219_init() 103 struct snd_soc_pcm_runtime *rtd = substream->private_data; in da7219_clk_enable() 144 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_da7219_play_startup() 165 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_da7219_cap_startup() 187 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_max_startup() 208 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_dmic0_startup() 229 struct snd_soc_pcm_runtime *rtd = substream->private_data; in cz_dmic1_startup()
|
| /Linux-v5.4/sound/soc/stm/ |
| D | stm32_adfsdm.c | 171 struct snd_soc_pcm_runtime *rtd = priv->substream->private_data; in stm32_afsdm_pcm_cb() 215 struct snd_soc_pcm_runtime *rtd = substream->private_data; in stm32_adfsdm_trigger() 235 struct snd_soc_pcm_runtime *rtd = substream->private_data; in stm32_adfsdm_pcm_open() 248 struct snd_soc_pcm_runtime *rtd = substream->private_data; in stm32_adfsdm_pcm_close() 261 struct snd_soc_pcm_runtime *rtd = substream->private_data; in stm32_adfsdm_pcm_pointer() 271 struct snd_soc_pcm_runtime *rtd = substream->private_data; in stm32_adfsdm_pcm_hw_params() 301 static int stm32_adfsdm_pcm_new(struct snd_soc_pcm_runtime *rtd) in stm32_adfsdm_pcm_new()
|
| /Linux-v5.4/sound/soc/intel/boards/ |
| D | kbl_rt5663_max98927.c | 241 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 …]
|
| 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 int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 228 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 233 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 238 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init() 246 struct snd_soc_pcm_runtime *rtd = substream->private_data; in kabylake_rt5660_hw_params()
|
| D | kbl_da7219_max98357a.c | 139 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()
|
| 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 = substream->private_data; in skylake_nau8825_hw_params()
|
| D | kbl_da7219_max98927.c | 178 struct snd_soc_pcm_runtime *runtime = substream->private_data; in kabylake_ssp0_hw_params() 223 struct snd_soc_pcm_runtime *rtd = substream->private_data; in kabylake_ssp0_trigger() 277 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup() 331 static int kabylake_da7219_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_codec_init() 368 static int kabylake_dmic_init(struct snd_soc_pcm_runtime *rtd) in kabylake_dmic_init() 378 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 396 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 401 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 406 static int kabylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi3_init() 411 static int kabylake_da7219_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_da7219_fe_init() [all …]
|
| D | kbl_rt5663_rt5514_max98927.c | 141 static int kabylake_rt5663_fe_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_fe_init() 155 static int kabylake_rt5663_codec_init(struct snd_soc_pcm_runtime *rtd) in kabylake_rt5663_codec_init() 190 static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device) in kabylake_hdmi_init() 208 static int kabylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi1_init() 213 static int kabylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in kabylake_hdmi2_init() 266 static int kabylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in kabylake_ssp_fixup() 309 struct snd_soc_pcm_runtime *rtd = substream->private_data; in kabylake_rt5663_hw_params() 333 struct snd_soc_pcm_runtime *rtd = substream->private_data; in kabylake_ssp0_hw_params()
|
| D | skl_nau88l25_max98357a.c | 137 static int skylake_ssp_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_ssp_fixup() 157 static int skylake_nau8825_codec_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_codec_init() 182 static int skylake_hdmi1_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi1_init() 200 static int skylake_hdmi2_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi2_init() 218 static int skylake_hdmi3_init(struct snd_soc_pcm_runtime *rtd) in skylake_hdmi3_init() 236 static int skylake_nau8825_fe_init(struct snd_soc_pcm_runtime *rtd) in skylake_nau8825_fe_init() 298 struct snd_soc_pcm_runtime *rtd = substream->private_data; in skylake_nau8825_hw_params() 315 static int skylake_dmic_fixup(struct snd_soc_pcm_runtime *rtd, in skylake_dmic_fixup()
|
| D | broadwell.c | 71 static int broadwell_rt286_codec_init(struct snd_soc_pcm_runtime *rtd) in broadwell_rt286_codec_init() 86 static int broadwell_ssp0_fixup(struct snd_soc_pcm_runtime *rtd, in broadwell_ssp0_fixup() 106 struct snd_soc_pcm_runtime *rtd = substream->private_data; in broadwell_rt286_hw_params() 126 static int broadwell_rtd_init(struct snd_soc_pcm_runtime *rtd) in broadwell_rtd_init()
|
| /Linux-v5.4/sound/soc/mediatek/common/ |
| D | mtk-afe-platform-driver.h | 19 struct snd_soc_pcm_runtime; 22 int mtk_afe_pcm_new(struct snd_soc_pcm_runtime *rtd);
|
| /Linux-v5.4/sound/soc/samsung/ |
| D | neo1973_wm8753.c | 28 struct snd_soc_pcm_runtime *rtd = substream->private_data; in neo1973_hifi_hw_params() 102 struct snd_soc_pcm_runtime *rtd = substream->private_data; in neo1973_hifi_hw_free() 120 struct snd_soc_pcm_runtime *rtd = substream->private_data; in neo1973_voice_hw_params() 157 struct snd_soc_pcm_runtime *rtd = substream->private_data; in neo1973_voice_hw_free() 246 static int neo1973_wm8753_init(struct snd_soc_pcm_runtime *rtd) in neo1973_wm8753_init()
|
| 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 = substream->private_data; 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()
|
| /Linux-v5.4/sound/soc/sof/ |
| D | pcm.c | 25 struct snd_soc_pcm_runtime *rtd = substream->private_data; in create_page_table() 72 struct snd_soc_pcm_runtime *rtd = substream->private_data; in snd_sof_pcm_period_elapsed() 101 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_hw_params() 242 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_hw_free() 281 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_prepare() 318 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_trigger() 400 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_pointer() 433 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_open() 510 struct snd_soc_pcm_runtime *rtd = substream->private_data; in sof_pcm_close() 558 static int sof_pcm_new(struct snd_soc_pcm_runtime *rtd) in sof_pcm_new() [all …]
|
| /Linux-v5.4/sound/soc/qcom/ |
| D | lpass-platform.c | 56 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_open() 111 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_close() 128 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_hw_params() 221 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_hw_free() 242 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_prepare() 294 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_trigger() 368 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_platform_pcmops_pointer() 425 struct snd_soc_pcm_runtime *soc_runtime = substream->private_data; in lpass_dma_interrupt_handler() 502 static int lpass_platform_pcm_new(struct snd_soc_pcm_runtime *soc_runtime) in lpass_platform_pcm_new()
|
| /Linux-v5.4/sound/soc/sof/intel/ |
| D | hda-dai.c | 37 static bool hda_check_fes(struct snd_soc_pcm_runtime *rtd, in hda_check_fes() 58 struct snd_soc_pcm_runtime *rtd = substream->private_data; in hda_link_stream_assign() 205 struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream); in hda_link_hw_params() 267 struct snd_soc_pcm_runtime *rtd = snd_pcm_substream_chip(substream); in hda_link_pcm_prepare() 287 struct snd_soc_pcm_runtime *rtd; in hda_link_pcm_trigger() 356 struct snd_soc_pcm_runtime *rtd; in hda_link_hw_free()
|