Searched refs:cap_subs2 (Results 1 – 1 of 1) sorted by relevance
286 struct snd_usx2y_substream *cap_subs2 = usx2y->subs[SNDRV_PCM_STREAM_CAPTURE + 2]; in i_usx2y_usbpcm_subs_startup() local287 if (cap_subs2 != NULL) in i_usx2y_usbpcm_subs_startup()288 atomic_inc(&cap_subs2->state); in i_usx2y_usbpcm_subs_startup()348 *cap_subs2 = subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE + 2]; in snd_usx2y_usbpcm_hw_free() local361 if (NULL != cap_subs2) in snd_usx2y_usbpcm_hw_free()362 atomic_set(&cap_subs2->state, STATE_STOPPED); in snd_usx2y_usbpcm_hw_free()364 if (NULL != cap_subs2) in snd_usx2y_usbpcm_hw_free()365 usx2y_usbpcm_urbs_release(cap_subs2); in snd_usx2y_usbpcm_hw_free()371 if (NULL != cap_subs2) in snd_usx2y_usbpcm_hw_free()372 atomic_set(&cap_subs2->state, STATE_STOPPED); in snd_usx2y_usbpcm_hw_free()[all …]