snd_ac97_mixer(9) centos man page | unix.com

Man Page: snd_ac97_mixer

Operating Environment: centos

Section: 9

SND_AC97_MIXER(9)						 Control/Mixer API						 SND_AC97_MIXER(9)

NAME
snd_ac97_mixer - create an Codec97 component
SYNOPSIS
int snd_ac97_mixer(struct snd_ac97_bus * bus, struct snd_ac97_template * template, struct snd_ac97 ** rac97);
ARGUMENTS
bus the AC97 bus which codec is attached to template the template of ac97, including index, callbacks and the private data. rac97 the pointer to store the new ac97 instance.
DESCRIPTION
Creates an Codec97 component. An struct snd_ac97 instance is newly allocated and initialized from the template. The codec is then initialized by the standard procedure. The template must include the codec number (num) and address (addr), and the private data (private_data). The ac97 instance is registered as a low-level device, so you don't have to release it manually.
RETURN
Zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SND_AC97_MIXER(9)
Related Man Pages
struct_bus_type(9) - centos
ac97(4) - netbsd
tifffindcodec(3tiff) - opensolaris
tiffregistercodec(3tiff) - opensolaris
tiffunregistercodec(3tiff) - opensolaris
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Best performance UNIX just for HOST Virtualization?
Shopt -s histappend
Please Welcome Dave Munro to the Moderator Team!