Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_native.c1359 if (!snd_pcm_stream_linked(substream)) in snd_pcm_stream_group_ref()
1427 if (snd_pcm_stream_linked(substream)) in snd_pcm_action_nonatomic()
2309 if (snd_pcm_stream_linked(substream1)) in snd_pcm_link()
2313 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_link()
2344 if (!snd_pcm_stream_linked(substream)) in snd_pcm_unlink()
2740 if (snd_pcm_stream_linked(substream)) in pcm_release_private()
/linux/include/sound/
H A Dpcm.h632 static inline int snd_pcm_stream_linked(struct snd_pcm_substream *substream) in snd_pcm_stream_linked() function
/linux/sound/pci/pcxhr/
H A Dpcxhr.c826 if (snd_pcm_stream_linked(subs)) { in pcxhr_trigger()