Home
last modified time | relevance | path

Searched refs:test_substream (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c777 struct snd_pcm_substream *test_substream; in snd_usx2y_pcm_hw_params() local
789 test_substream = subs->pcm_substream; in snd_usx2y_pcm_hw_params()
790 if (!test_substream || test_substream == substream || in snd_usx2y_pcm_hw_params()
791 !test_substream->runtime) in snd_usx2y_pcm_hw_params()
793 if ((test_substream->runtime->format && in snd_usx2y_pcm_hw_params()
794 test_substream->runtime->format != format) || in snd_usx2y_pcm_hw_params()
795 (test_substream->runtime->rate && in snd_usx2y_pcm_hw_params()
796 test_substream->runtime->rate != rate)) { in snd_usx2y_pcm_hw_params()