Searched refs:snd_pcm_hw_constraint_integer (Results 51 - 75 of 79) sorted by relevance

1234

/linux-master/sound/pci/
H A Dvia82xx_modem.c749 err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
H A Datiixp_modem.c861 err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
H A Datiixp.c1040 err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c838 err = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c195 err = snd_pcm_hw_constraint_integer(pi->substream->runtime,
/linux-master/sound/soc/fsl/
H A Dimx-pcm-rpmsg.c269 ret = snd_pcm_hw_constraint_integer(substream->runtime,
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c364 ret = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
366 dev_err(dev, "snd_pcm_hw_constraint_integer failed\n");
H A Dq6asm-dai.c399 ret = snd_pcm_hw_constraint_integer(runtime,
402 dev_info(dev, "snd_pcm_hw_constraint_integer failed\n");
/linux-master/sound/core/
H A Dpcm_lib.c1236 * snd_pcm_hw_constraint_integer - apply an integer constraint to an interval
1245 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var) function
1250 EXPORT_SYMBOL(snd_pcm_hw_constraint_integer); variable
/linux-master/sound/pci/riptide/
H A Driptide.c1605 return snd_pcm_hw_constraint_integer(runtime,
1628 return snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/ppc/
H A Dpmac.c598 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/drivers/usb/gadget/function/
H A Du_audio.c421 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/sound/soc/amd/
H A Dacp-pcm-dma.c800 ret = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c87 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c272 ret = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/pci/hda/
H A Dhda_controller.c611 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/include/sound/
H A Dpcm.h1078 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var);
/linux-master/sound/pci/pcxhr/
H A Dpcxhr.c1024 err = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/pci/emu10k1/
H A Demupcm.c1147 err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/sound/x86/
H A Dintel_hdmi_audio.c1079 retval = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/soc/sh/
H A Dfsi.c1758 ret = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c300 err = snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/soc/intel/avs/
H A Dpcm.c486 ret = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
/linux-master/sound/soc/sh/rcar/
H A Dcore.c1016 snd_pcm_hw_constraint_integer(runtime,
/linux-master/sound/drivers/
H A Daloop.c1272 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);

Completed in 689 milliseconds

1234