Searched refs:cap_subs2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c294 struct snd_usx2y_substream *cap_subs2; local
300 cap_subs2 = usx2y->subs[SNDRV_PCM_STREAM_CAPTURE + 2];
301 if (cap_subs2)
302 atomic_inc(&cap_subs2->state);
365 struct snd_usx2y_substream *cap_subs2; local
370 cap_subs2 = subs->usx2y->subs[SNDRV_PCM_STREAM_CAPTURE + 2];
379 if (cap_subs2)
380 atomic_set(&cap_subs2->state, STATE_STOPPED);
382 if (cap_subs2)
383 usx2y_usbpcm_urbs_release(cap_subs2);
[all...]

Completed in 125 milliseconds