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

/linux-master/sound/soc/google/
H A Dchv3-i2s.c140 res = snd_pcm_hw_constraint_pow2(substream->runtime, 0,
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c322 err = snd_pcm_hw_constraint_pow2(runtime, 0,
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c138 err = snd_pcm_hw_constraint_pow2(runtime, 0,
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c457 err = snd_pcm_hw_constraint_pow2(runtime, 0,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-alsa.c414 err = snd_pcm_hw_constraint_pow2(runtime, 0,
/linux-master/sound/pci/asihpi/
H A Dasihpi.c1052 err = snd_pcm_hw_constraint_pow2(runtime, 0,
1215 err = snd_pcm_hw_constraint_pow2(runtime, 0,
/linux-master/sound/core/
H A Dpcm_lib.c1493 * snd_pcm_hw_constraint_pow2 - add a hw constraint power-of-2 rule
1500 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, function
1508 EXPORT_SYMBOL(snd_pcm_hw_constraint_pow2); variable
/linux-master/include/sound/
H A Dpcm.h1098 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
/linux-master/sound/pci/
H A Des1968.c1608 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c6075 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);

Completed in 369 milliseconds