Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A 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()
2270 if (snd_pcm_stream_linked(substream1)) { in snd_pcm_link()
2276 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_link()
2314 if (!snd_pcm_stream_linked(substream)) { in snd_pcm_unlink()
2677 if (snd_pcm_stream_linked(substream)) in pcm_release_private()
/OK3568_Linux_fs/kernel/sound/pci/lola/
H A Dlola_pcm.c531 sync_streams = (start && snd_pcm_stream_linked(substream)); in lola_pcm_trigger()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h611 static inline int snd_pcm_stream_linked(struct snd_pcm_substream *substream) in snd_pcm_stream_linked() function
/OK3568_Linux_fs/kernel/sound/pci/pcxhr/
H A Dpcxhr.c834 if (snd_pcm_stream_linked(subs)) { in pcxhr_trigger()