1SND_AC97_PCM_DOUBLE_(9) Control/Mixer API SND_AC97_PCM_DOUBLE_(9)
2
3
4
6 snd_ac97_pcm_double_rate_rules - set double rate constraints
7
9 int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime * runtime);
10
12 runtime
13 the runtime of the ac97 front playback pcm
14
16 Installs the hardware constraint rules to prevent using double rates
17 and more than two channels at the same time.
18
20 Zero if successful, or a negative error code on failure.
21
23Kernel Hackers Manual 3.10 June 2019 SND_AC97_PCM_DOUBLE_(9)