To query the attributes of an audio input applications
initialize the index
field and zero out the
reserved
array of a struct v4l2_audio
and call the VIDIOC_ENUMAUDIO
ioctl with a pointer
to this structure. Drivers fill the rest of the structure or return an
EINVAL error code when the index is out of bounds. To enumerate all audio
inputs applications shall begin at index zero, incrementing by one
until the driver returns EINVAL.
See ioctl VIDIOC_G_AUDIO, VIDIOC_S_AUDIO(2) for a description of struct v4l2_audio.