Searched refs:test_substream (Results 1 – 1 of 1) sorted by relevance
757 struct snd_pcm_substream *test_substream; in snd_usx2y_pcm_hw_params() local769 test_substream = subs->pcm_substream; in snd_usx2y_pcm_hw_params()770 if (!test_substream || test_substream == substream || in snd_usx2y_pcm_hw_params()771 !test_substream->runtime) in snd_usx2y_pcm_hw_params()773 if ((test_substream->runtime->format && in snd_usx2y_pcm_hw_params()774 test_substream->runtime->format != format) || in snd_usx2y_pcm_hw_params()775 (test_substream->runtime->rate && in snd_usx2y_pcm_hw_params()776 test_substream->runtime->rate != rate)) { in snd_usx2y_pcm_hw_params()