Searched refs:pstream (Results 1 – 4 of 4) sorted by relevance
115 struct snd_soc_pcm_stream *pstream; in acp_probes_compr_pointer() local117 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()
119 struct snd_soc_pcm_stream *pstream; in hda_probes_compr_pointer() local121 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()
179 struct snd_pcm_substream *pstream = NULL; in sst_fill_stream_params() local188 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()
219 struct snd_soc_pcm_stream *pstream; in avs_probe_compr_pointer() local221 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