Home
last modified time | relevance | path

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

/sound/soc/sof/intel/
Dhda-compress.c107 struct snd_soc_pcm_stream *pstream; in hda_probe_compr_pointer() local
109 pstream = &dai->driver->capture; in hda_probe_compr_pointer()
111 tstamp->sampling_rate = snd_pcm_rate_bit_to_rate(pstream->rates); in hda_probe_compr_pointer()
/sound/soc/intel/atom/
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()