Lines Matching refs:rtd
66 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_hw_params() local
70 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_hw_params()
87 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_prepare() local
93 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_prepare()
143 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_pointer() local
150 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_pointer()
176 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_open() local
177 struct snd_soc_dai *cpu_dai = rtd->cpu_dai; in bf5xx_pcm_open()
184 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_open()
232 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_copy() local
239 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_copy()
299 struct snd_soc_pcm_runtime *rtd = substream->private_data; in bf5xx_pcm_silence() local
306 dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream); in bf5xx_pcm_silence()
335 static int bf5xx_pcm_i2s_new(struct snd_soc_pcm_runtime *rtd) in bf5xx_pcm_i2s_new() argument
337 struct snd_card *card = rtd->card->snd_card; in bf5xx_pcm_i2s_new()
346 return snd_pcm_lib_preallocate_pages_for_all(rtd->pcm, in bf5xx_pcm_i2s_new()