Searched refs:astr (Results 1 – 2 of 2) sorted by relevance
186 struct pmac_stream *astr; in snd_pmac_pcm_prepare() local195 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_prepare()196 if (! astr) in snd_pmac_pcm_prepare()198 astr->cur_freqs = 1 << rate_index; in snd_pmac_pcm_prepare()199 astr->cur_formats = 1 << runtime->format; in snd_pmac_pcm_prepare()600 struct pmac_stream *astr; in snd_pmac_pcm_close() local604 astr = snd_pmac_get_stream(chip, another_stream(rec->stream)); in snd_pmac_pcm_close()605 if (! astr) in snd_pmac_pcm_close()609 astr->cur_freqs = chip->freqs_ok; in snd_pmac_pcm_close()610 astr->cur_formats = chip->formats_ok; in snd_pmac_pcm_close()
138 local astr140 astr=$(addr2str ${addr})141 log_test $rc $expected "$msg - ${astr}"