Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c912 if (SUBSTREAM_BUSY(substream)) in snd_pcm_attach_substream()
930 if (! SUBSTREAM_BUSY(substream)) in snd_pcm_attach_substream()
938 if (!SUBSTREAM_BUSY(substream) && in snd_pcm_attach_substream()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c600 SUBSTREAM_BUSY(subs->pcm_substream)) in usx2y_pcms_busy_check()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h489 #define SUBSTREAM_BUSY(substream) ((substream)->ref_count > 0) macro