1SND_PCM_HW_RULE_NORE(9) PCM API SND_PCM_HW_RULE_NORE(9)
23
4
NAME
6snd_pcm_hw_rule_noresample - add a rule to allow disabling hw
7resampling
8
SYNOPSIS
10int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime * runtime,
11unsigned int base_rate);
12
ARGUMENTS
14runtime
15PCM runtime instance
1617
base_rate
18the rate at which the hardware does not resample
19
RETURN
21Zero if successful, or a negative error code on failure.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_HW_RULE_NORE(9)