Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dpcm_native.c1325 if (!snd_pcm_stream_linked(substream)) in snd_pcm_stream_group_ref()
1397 if (snd_pcm_stream_linked(substream)) in snd_pcm_action_nonatomic()
2289 if (snd_pcm_stream_linked(substream1)) { in snd_pcm_link()
2295 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_link()
2333 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_unlink()
2696 if (snd_pcm_stream_linked(substream)) in pcm_release_private()
/Linux-v6.6/sound/pci/lola/
Dlola_pcm.c531 sync_streams = (start && snd_pcm_stream_linked(substream)); in lola_pcm_trigger()
/Linux-v6.6/include/sound/
Dpcm.h612 static inline int snd_pcm_stream_linked(struct snd_pcm_substream *substream) in snd_pcm_stream_linked() function
/Linux-v6.6/sound/pci/pcxhr/
Dpcxhr.c832 if (snd_pcm_stream_linked(subs)) { in pcxhr_trigger()