Searched refs:cap_subs (Results 1 – 1 of 1) sorted by relevance
791 struct snd_usx2y_substream *cap_subs, *playback_subs; in snd_usx2y_pcm_hw_free() local797 cap_subs = subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE]; in snd_usx2y_pcm_hw_free()800 if (!cap_subs->pcm_substream || in snd_usx2y_pcm_hw_free()801 !cap_subs->pcm_substream->runtime || in snd_usx2y_pcm_hw_free()802 cap_subs->pcm_substream->runtime->state < SNDRV_PCM_STATE_PREPARED) { in snd_usx2y_pcm_hw_free()803 atomic_set(&cap_subs->state, STATE_STOPPED); in snd_usx2y_pcm_hw_free()804 usx2y_urbs_release(cap_subs); in snd_usx2y_pcm_hw_free()