suse man page for snd_ac97_bus

Query: snd_ac97_bus

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SND_AC97_BUS(9) 						 Control/Mixer API						   SND_AC97_BUS(9)

NAME
snd_ac97_bus - create an AC97 bus component
SYNOPSIS
int snd_ac97_bus(struct snd_card * card, int num, struct snd_ac97_bus_ops * ops, void * private_data, struct snd_ac97_bus ** rbus);
ARGUMENTS
card the card instance num the bus number ops the bus callbacks table private_data private data pointer for the new instance rbus the pointer to store the new AC97 bus instance.
DESCRIPTION
Creates an AC97 bus component. An struct snd_ac97_bus instance is newly allocated and initialized. The ops table must include valid callbacks (at least read and write). The other callbacks, wait and reset, are not mandatory. The clock is set to 48000. If another clock is needed, set (*rbus)->clock manually. The AC97 bus instance is registered as a low-level device, so you don't have to release it manually. Returns zero if successful, or a negative error code on failure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SND_AC97_BUS(9)
Related Man Pages
iic(4) - freebsd
pcitweak(1) - xfree86
ac97(4) - netbsd
shmif(4) - netbsd
tran_bus_reset(9e) - sunos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Getting command output to putty window title.
SOCKS proxy & PAM configuration exposure
32 bit process addressing more than 4GB