Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
Dpcm_native.c1306 if (!snd_pcm_stream_linked(substream)) in snd_pcm_stream_group_ref()
1378 if (snd_pcm_stream_linked(substream)) in snd_pcm_action_nonatomic()
2272 if (snd_pcm_stream_linked(substream1)) { in snd_pcm_link()
2278 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_link()
2316 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_unlink()
2679 if (snd_pcm_stream_linked(substream)) in pcm_release_private()
/kernel/linux/linux-5.10/sound/pci/lola/
Dlola_pcm.c531 sync_streams = (start && snd_pcm_stream_linked(substream)); in lola_pcm_trigger()
/kernel/linux/linux-5.10/include/sound/
Dpcm.h609 static inline int snd_pcm_stream_linked(struct snd_pcm_substream *substream) in snd_pcm_stream_linked() function
/kernel/linux/linux-5.10/sound/pci/pcxhr/
Dpcxhr.c834 if (snd_pcm_stream_linked(subs)) { in pcxhr_trigger()