Searched refs:test_substream (Results 1 – 1 of 1) sorted by relevance
760 struct snd_pcm_substream *test_substream; in snd_usx2y_pcm_hw_params() local772 test_substream = subs->pcm_substream; in snd_usx2y_pcm_hw_params()773 if (!test_substream || test_substream == substream || in snd_usx2y_pcm_hw_params()774 !test_substream->runtime) in snd_usx2y_pcm_hw_params()776 if ((test_substream->runtime->format && in snd_usx2y_pcm_hw_params()777 test_substream->runtime->format != format) || in snd_usx2y_pcm_hw_params()778 (test_substream->runtime->rate && in snd_usx2y_pcm_hw_params()779 test_substream->runtime->rate != rate)) { in snd_usx2y_pcm_hw_params()