Searched refs:snd_pcm_hw_constraint_pow2 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 169 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_tm6000_pcm_open()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 330 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_cx23885_pcm_open()
|
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0_pcm.c | 151 snd_pcm_hw_constraint_pow2(runtime, 0, in snd_vortex_pcm_open()
|
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 466 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_cx25821_pcm_open()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 423 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_cx88_pcm_open()
|
/Linux-v4.19/sound/core/ |
D | pcm_lib.c | 1478 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_pow2() function 1486 EXPORT_SYMBOL(snd_pcm_hw_constraint_pow2);
|
/Linux-v4.19/include/sound/ |
D | pcm.h | 1026 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
|
/Linux-v4.19/sound/pci/asihpi/ |
D | asihpi.c | 1108 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_playback_open() 1278 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_capture_open()
|
/Linux-v4.19/sound/pci/ |
D | es1968.c | 1635 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES); in snd_es1968_capture_open()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdspm.c | 6092 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE); in snd_hdspm_open()
|