Searched refs:soc_prtd (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 221 struct snd_soc_pcm_runtime *soc_prtd = asoc_substream_to_rtd(substream); in q6asm_dai_prepare() local 245 q6routing_stream_close(soc_prtd->dai_link->id, in q6asm_dai_prepare() 276 ret = q6routing_stream_open(soc_prtd->dai_link->id, LEGACY_PCM_MODE, in q6asm_dai_prepare() 353 struct snd_soc_pcm_runtime *soc_prtd = asoc_substream_to_rtd(substream); in q6asm_dai_open() local 354 struct snd_soc_dai *cpu_dai = asoc_rtd_to_cpu(soc_prtd, 0); in q6asm_dai_open() 448 struct snd_soc_pcm_runtime *soc_prtd = asoc_substream_to_rtd(substream); in q6asm_dai_close() local 461 q6routing_stream_close(soc_prtd->dai_link->id, in q6asm_dai_close()
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6asm-dai.c | 221 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_prepare() local 245 q6routing_stream_close(soc_prtd->dai_link->id, in q6asm_dai_prepare() 276 ret = q6routing_stream_open(soc_prtd->dai_link->id, LEGACY_PCM_MODE, in q6asm_dai_prepare() 353 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_open() local 354 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_prtd, 0); in q6asm_dai_open() 446 struct snd_soc_pcm_runtime *soc_prtd = snd_soc_substream_to_rtd(substream); in q6asm_dai_close() local 459 q6routing_stream_close(soc_prtd->dai_link->id, in q6asm_dai_close()
|
H A D | q6apm-dai.c | 334 struct snd_soc_pcm_runtime *soc_prtd = substream->private_data; in q6apm_dai_open() local 335 struct snd_soc_dai *cpu_dai = snd_soc_rtd_to_cpu(soc_prtd, 0); in q6apm_dai_open()
|
Completed in 5 milliseconds