Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dpcm_native.c962 if (!snd_pcm_stream_linked(substream)) in snd_pcm_action()
1009 if (snd_pcm_stream_linked(substream)) in snd_pcm_action_nonatomic()
1839 if (snd_pcm_stream_linked(substream1)) { in snd_pcm_link()
1843 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_link()
1880 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_unlink()
/linux-4.1.27/sound/pci/lola/
Dlola_pcm.c545 sync_streams = (start && snd_pcm_stream_linked(substream)); in lola_pcm_trigger()
/linux-4.1.27/include/sound/
Dpcm.h614 static inline int snd_pcm_stream_linked(struct snd_pcm_substream *substream) in snd_pcm_stream_linked() function
/linux-4.1.27/sound/pci/pcxhr/
Dpcxhr.c847 if (snd_pcm_stream_linked(subs)) { in pcxhr_trigger()