1SND_PCM_GROUP_FOR_EA(9) Sound Devices SND_PCM_GROUP_FOR_EA(9)
23
4
NAME
6snd_pcm_group_for_each_entry - iterate over the linked substreams
7
SYNOPSIS
9snd_pcm_group_for_each_entry(s, substream);
10
ARGUMENTS
12s
13the iterator
1415
substream
16the substream
17
DESCRIPTION
19Iterate over the all linked substreams to the given substream. When
20substream isn't linked with any others, this gives returns substream
21itself once.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_GROUP_FOR_EA(9)