other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_AC97_PCM_OPEN(9) | Control/Mixer API | SND_AC97_PCM_OPEN(9) |
NAME¶
snd_ac97_pcm_open - opens the given AC97 pcmSYNOPSIS¶
int
snd_ac97_pcm_open(struct ac97_pcm * pcm,
unsigned int rate,
enum ac97_pcm_cfg cfg,
unsigned short slots);
ARGUMENTS¶
pcmthe ac97 pcm instance
rate
rate in Hz, if codec does not support VRA,
this value must be 48000Hz
cfg
output stream characteristics
slots
a subset of allocated slots
(snd_ac97_pcm_assign) for this pcm
DESCRIPTION¶
It locks the specified slots and sets the given rate to AC97 registers.RETURN¶
Zero if successful, or a negative error code on failure.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |