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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c304 struct snd_usX2Y_substream *cap_subs2 = usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE + 2]; local
305 if (cap_subs2 != NULL)
306 atomic_inc(&cap_subs2->state);
366 *cap_subs2 = subs->usX2Y->subs[SNDRV_PCM_STREAM_CAPTURE + 2]; local
379 if (NULL != cap_subs2)
380 atomic_set(&cap_subs2->state, state_STOPPED);
382 if (NULL != cap_subs2)
383 usX2Y_usbpcm_urbs_release(cap_subs2);
389 if (NULL != cap_subs2)
390 atomic_set(&cap_subs2
[all...]

Completed in 68 milliseconds