Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dpcm.c904 if (SUBSTREAM_BUSY(substream)) in snd_pcm_attach_substream()
922 if (! SUBSTREAM_BUSY(substream)) in snd_pcm_attach_substream()
930 if (!SUBSTREAM_BUSY(substream) && in snd_pcm_attach_substream()
/linux-6.15/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c638 SUBSTREAM_BUSY(subs->pcm_substream)) in usx2y_pcms_busy_check()
/linux-6.15/include/sound/
H A Dpcm.h510 #define SUBSTREAM_BUSY(substream) ((substream)->ref_count > 0) macro