Lines Matching defs:astr
186 struct pmac_stream *astr;
195 astr = snd_pmac_get_stream(chip, another_stream(rec->stream));
196 if (! astr)
198 astr->cur_freqs = 1 << rate_index;
199 astr->cur_formats = 1 << runtime->format;
600 struct pmac_stream *astr;
604 astr = snd_pmac_get_stream(chip, another_stream(rec->stream));
605 if (! astr)
609 astr->cur_freqs = chip->freqs_ok;
610 astr->cur_formats = chip->formats_ok;