'\" t .\" Title: snd_pcm_group_for_each_entry .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: PCM API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SND_PCM_GROUP_FOR_EA" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "PCM API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_pcm_group_for_each_entry \- iterate over the linked substreams .SH "SYNOPSIS" .HP \w'snd_pcm_group_for_each_entry('u .BI "snd_pcm_group_for_each_entry(" "s" ", " "substream" ");" .SH "ARGUMENTS" .PP \fIs\fR .RS 4 the iterator .RE .PP \fIsubstream\fR .RS 4 the substream .RE .SH "DESCRIPTION" .PP Iterate over the all linked substreams to the given \fIsubstream\fR\&. When \fIsubstream\fR isn\*(Aqt linked with any others, this gives returns \fIsubstream\fR itself once\&. .SH "COPYRIGHT" .br