Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/qcom/
Dlpass-platform.c195 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in lpass_platform_pcmops_open() local
196 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, 0); in __lpass_get_id()
[all …]
Dlpass-cdc-dma.c35 struct snd_soc_pcm_runtime *soc_runtime = snd_soc_substream_to_rtd(substream); in __lpass_get_dmactl_handle() local
36 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in __lpass_get_dmactl_handle()
57 dev_err(soc_runtime->dev, "invalid dai id for dma ctl: %d\n", dai_id); 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() local
126 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_runtime, 0); in __lpass_platform_codec_intf_init()
128 struct device *dev = soc_runtime->dev; 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() local
187 dev_err(soc_runtime->dev, "%s: invalid interface: %d\n", __func__, dai->id); 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() local
208 dev_err(soc_runtime->dev, "%s: invalid interface: %d\n", __func__, dai->id); in lpass_cdc_dma_daiops_shutdown()
[all …]
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-6.6.21/sound/soc/amd/acp/
Dacp-legacy-common.c80 struct snd_soc_pcm_runtime *soc_runtime; in restore_acp_pdm_params() local
83 soc_runtime = asoc_substream_to_rtd(substream); in restore_acp_pdm_params()
84 dai = asoc_rtd_to_cpu(soc_runtime, 0); in restore_acp_pdm_params()
192 struct snd_soc_pcm_runtime *soc_runtime; in restore_acp_i2s_params() local
195 soc_runtime = asoc_substream_to_rtd(substream); in restore_acp_i2s_params()
196 dai = asoc_rtd_to_cpu(soc_runtime, 0); in restore_acp_i2s_params()
/linux-6.6.21/sound/soc/kirkwood/
Dkirkwood-dma.c22 struct snd_soc_pcm_runtime *soc_runtime = subs->private_data; in kirkwood_priv() local
23 return snd_soc_dai_get_drvdata(asoc_rtd_to_cpu(soc_runtime, 0)); in kirkwood_priv()
/linux-6.6.21/sound/soc/bcm/
Dcygnus-pcm.c200 struct snd_soc_pcm_runtime *soc_runtime = asoc_substream_to_rtd(substream); in cygnus_dai_get_dma_data() local
202 return snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(soc_runtime, 0), substream); in cygnus_dai_get_dma_data()
/linux-6.6.21/sound/soc/intel/keembay/
Dkmb_platform.c365 struct snd_soc_pcm_runtime *soc_runtime) in kmb_platform_pcm_new() argument
369 snd_pcm_set_managed_buffer_all(soc_runtime->pcm, in kmb_platform_pcm_new()