Lines Matching defs:pstr
2294 struct hda_pcm_stream *pstr;
2305 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
2306 pstr->substreams = 1;
2307 pstr->ops = generic_ops;
2311 /* other pstr fields are set in open */
3091 struct hda_pcm_stream *pstr;
3103 pstr = &info->stream[SNDRV_PCM_STREAM_PLAYBACK];
3104 *pstr = spec->pcm_playback;
3105 pstr->nid = per_cvt->cvt_nid;
3106 if (pstr->channels_max <= 2 && chans && chans <= 16)
3107 pstr->channels_max = chans;