Searched refs:snd_pcm_hw_constraint_pow2 (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/tm6000/ |
D | tm6000-alsa.c | 179 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_tm6000_pcm_open()
|
/linux-2.6.39/sound/pci/au88x0/ |
D | au88x0_pcm.c | 139 snd_pcm_hw_constraint_pow2(runtime, 0, in snd_vortex_pcm_open()
|
/linux-2.6.39/drivers/staging/cx25821/ |
D | cx25821-alsa.c | 400 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx25821_pcm_open()
|
/linux-2.6.39/drivers/media/video/cx88/ |
D | cx88-alsa.c | 348 err = snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx88_pcm_open()
|
/linux-2.6.39/include/sound/ |
D | pcm.h | 812 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime,
|
/linux-2.6.39/sound/core/ |
D | pcm_lib.c | 1384 int snd_pcm_hw_constraint_pow2(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_pow2() function 1393 EXPORT_SYMBOL(snd_pcm_hw_constraint_pow2);
|
/linux-2.6.39/sound/pci/asihpi/ |
D | asihpi.c | 1002 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_playback_open() 1226 err = snd_pcm_hw_constraint_pow2(runtime, 0, in snd_card_asihpi_capture_open()
|
/linux-2.6.39/sound/pci/ |
D | es1968.c | 1640 snd_pcm_hw_constraint_pow2(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES); in snd_es1968_capture_open()
|