Home
last modified time | relevance | path

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

/sound/soc/sof/amd/
A Dacp-probes.c115 struct snd_soc_pcm_stream *pstream; in acp_probes_compr_pointer() local
117 pstream = &dai->driver->capture; in acp_probes_compr_pointer()
119 tstamp->sampling_rate = snd_pcm_rate_bit_to_rate(pstream->rates); in acp_probes_compr_pointer()
/sound/soc/sof/intel/
A Dhda-probes.c119 struct snd_soc_pcm_stream *pstream; in hda_probes_compr_pointer() local
121 pstream = &dai->driver->capture; in hda_probes_compr_pointer()
123 tstamp->sampling_rate = snd_pcm_rate_bit_to_rate(pstream->rates); in hda_probes_compr_pointer()
/sound/soc/intel/atom/
A Dsst-mfld-platform-pcm.c179 struct snd_pcm_substream *pstream = NULL; in sst_fill_stream_params() local
188 pstream = (struct snd_pcm_substream *)substream; in sst_fill_stream_params()
193 if (pstream) { in sst_fill_stream_params()
194 index = sst_get_stream_mapping(pstream->pcm->device, in sst_fill_stream_params()
195 pstream->number, pstream->stream, in sst_fill_stream_params()
204 str_params->ops = (u8)pstream->stream; in sst_fill_stream_params()
/sound/soc/intel/avs/
A Dprobes.c219 struct snd_soc_pcm_stream *pstream; in avs_probe_compr_pointer() local
221 pstream = &dai->driver->capture; in avs_probe_compr_pointer()
223 tstamp->sampling_rate = snd_pcm_rate_bit_to_rate(pstream->rates); in avs_probe_compr_pointer()

Completed in 12 milliseconds