Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_rule_noresample (Results 1 – 4 of 4) sorted by relevance

/sound/core/
Dpcm_lib.c1541 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime, in snd_pcm_hw_rule_noresample() function
1550 EXPORT_SYMBOL(snd_pcm_hw_rule_noresample);
/sound/pci/ymfpci/
Dymfpci_main.c911 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_ymfpci_playback_open_1()
1036 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_ymfpci_capture_open()
/sound/pci/emu10k1/
Demupcm.c1158 err = snd_pcm_hw_rule_noresample(runtime, sample_rate); in snd_emu10k1_playback_open()
/sound/pci/
Dvia82xx.c1224 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_via82xx_pcm_open()