Searched refs:snd_pcm_hw_rule_noresample (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c885 err = snd_pcm_hw_rule_noresample(runtime, 48000);
1013 err = snd_pcm_hw_rule_noresample(runtime, 48000);
/linux-master/sound/core/
H A Dpcm_lib.c1521 * snd_pcm_hw_rule_noresample - add a rule to allow disabling hw resampling
1527 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime, function
1536 EXPORT_SYMBOL(snd_pcm_hw_rule_noresample); variable
/linux-master/include/sound/
H A Dpcm.h1101 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime,
/linux-master/sound/pci/emu10k1/
H A Demupcm.c1222 err = snd_pcm_hw_rule_noresample(runtime, sample_rate);
/linux-master/sound/pci/
H A Dvia82xx.c1205 err = snd_pcm_hw_rule_noresample(runtime, 48000);

Completed in 145 milliseconds