Lines Matching refs: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;
605 struct pmac_stream *astr;
609 astr = snd_pmac_get_stream(chip, another_stream(rec->stream));
610 if (! astr)
614 astr->cur_freqs = chip->freqs_ok;
615 astr->cur_formats = chip->formats_ok;