Home
last modified time | relevance | path

Searched refs:soc_runtime (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/qcom/
H A Dlpass-platform.c196 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_open() local
197 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in lpass_platform_pcmops_open()
251 dev_err(soc_runtime->dev, "error writing to rdmactl reg: %d\n", ret); in lpass_platform_pcmops_open()
275 dev_err(soc_runtime->dev, "setting constraints failed: %d\n", in lpass_platform_pcmops_open()
287 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_close() local
288 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in lpass_platform_pcmops_close()
324 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_dmactl_handle() local
325 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in __lpass_get_dmactl_handle()
356 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_id() local
357 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, in __lpass_get_id()
391 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); __lpass_get_regmap_handle() local
419 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_hw_params() local
572 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_hw_free() local
600 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_prepare() local
663 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_trigger() local
862 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_pointer() local
914 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_pcmops_mmap() local
929 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_dma_interrupt_handler() local
1169 lpass_platform_pcm_new(struct snd_soc_component * component,struct snd_soc_pcm_runtime * soc_runtime) lpass_platform_pcm_new() argument
1232 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); lpass_platform_copy() local
[all...]
H A Dstorm.c22 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in storm_ops_hw_params() local
23 struct snd_soc_card *card = soc_runtime->card; in storm_ops_hw_params()
42 ret = snd_soc_dai_set_sysclk(snd_soc_rtd_to_cpu(soc_runtime, 0), 0, sysclk_freq, 0); in storm_ops_hw_params()
/linux/sound/soc/amd/acp/
H A Dacp-legacy-common.c185 struct snd_soc_pcm_runtime *soc_runtime; in restore_acp_pdm_params() local
188 soc_runtime = snd_soc_substream_to_rtd(substream); in restore_acp_pdm_params()
189 dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in restore_acp_pdm_params()
316 struct snd_soc_pcm_runtime *soc_runtime; in restore_acp_i2s_params() local
319 soc_runtime = snd_soc_substream_to_rtd(substream); in restore_acp_i2s_params()
320 dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in restore_acp_i2s_params()
/linux/sound/soc/kirkwood/
H A Dkirkwood-dma.c22 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(subs); in kirkwood_priv() local
23 return snd_soc_dai_get_drvdata(snd_soc_rtd_to_cpu(soc_runtime, 0)); in kirkwood_priv()