Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_pow2 (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-alsa.c177 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_tm6000_pcm_open()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-alsa.c335 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_cx23885_pcm_open()
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_pcm.c151 snd_pcm_hw_constraint_pow2(runtime, 0, in snd_vortex_pcm_open()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-alsa.c470 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_cx25821_pcm_open()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-alsa.c433 err = snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx88_pcm_open()
/linux-4.4.14/include/sound/
Dpcm.h1016 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
/linux-4.4.14/sound/core/
Dpcm_lib.c1505 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_pow2() function
1514 EXPORT_SYMBOL(snd_pcm_hw_constraint_pow2);
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c1114 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_playback_open()
1285 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_capture_open()
/linux-4.4.14/sound/pci/
Des1968.c1635 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES); in snd_es1968_capture_open()
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c6082 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdspm_open()