Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c1502 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime, in snd_pcm_hw_rule_noresample() function
1511 EXPORT_SYMBOL(snd_pcm_hw_rule_noresample);
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h1018 int snd_pcm_hw_rule_noresample(struct snd_pcm_runtime *runtime,
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci_main.c888 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_ymfpci_playback_open_1()
1013 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_ymfpci_capture_open()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demupcm.c1139 err = snd_pcm_hw_rule_noresample(runtime, sample_rate); in snd_emu10k1_playback_open()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dvia82xx.c1205 err = snd_pcm_hw_rule_noresample(runtime, 48000); in snd_via82xx_pcm_open()