Searched refs:snd_pcm_hw_constraint_integer (Results 1 – 25 of 61) sorted by relevance
123
/Linux-v5.4/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 90 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_playback_open() 349 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_capture_open()
|
/Linux-v5.4/sound/pci/ctxfi/ |
D | ctpcm.c | 137 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_playback_open() 284 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_capture_open()
|
/Linux-v5.4/drivers/media/pci/cobalt/ |
D | cobalt-alsa-pcm.c | 214 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cobalt_pcm_capture_open() 423 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cobalt_pcm_playback_open()
|
/Linux-v5.4/sound/arm/ |
D | pxa2xx-pcm-lib.c | 117 ret = snd_pcm_hw_constraint_integer(runtime, in pxa2xx_pcm_open()
|
/Linux-v5.4/sound/soc/dwc/ |
D | dwc-pcm.c | 145 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in dw_pcm_open()
|
/Linux-v5.4/sound/core/ |
D | pcm_dmaengine.c | 301 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_dmaengine_pcm_open()
|
/Linux-v5.4/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 169 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx18_pcm_capture_open()
|
/Linux-v5.4/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 174 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_ivtv_pcm_capture_open()
|
/Linux-v5.4/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 186 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_imx_open()
|
D | fsl_asrc_dma.c | 288 snd_pcm_hw_constraint_integer(substream->runtime, in fsl_asrc_dma_startup()
|
D | mpc5200_dma.c | 230 rc = snd_pcm_hw_constraint_integer(runtime, in psc_dma_open()
|
D | fsl_dma.c | 405 ret = snd_pcm_hw_constraint_integer(runtime, in fsl_dma_open()
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | p16v.c | 197 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_playback_channel() 245 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_capture_channel()
|
/Linux-v5.4/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 74 ret = snd_pcm_hw_constraint_integer(runtime, in mtk_afe_fe_startup()
|
/Linux-v5.4/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 177 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_tm6000_pcm_open()
|
/Linux-v5.4/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 347 ret = snd_pcm_hw_constraint_integer(runtime, in atmel_pcm_open()
|
/Linux-v5.4/sound/parisc/ |
D | harmony.c | 524 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in snd_harmony_playback_open() 543 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in snd_harmony_capture_open()
|
/Linux-v5.4/sound/soc/txx9/ |
D | txx9aclc.c | 256 ret = snd_pcm_hw_constraint_integer(substream->runtime, in txx9aclc_pcm_open()
|
/Linux-v5.4/drivers/media/pci/tw686x/ |
D | tw686x-audio.c | 125 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in tw686x_pcm_open()
|
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 335 ret = snd_pcm_hw_constraint_integer(runtime, in dw_hdmi_open()
|
/Linux-v5.4/sound/soc/qcom/ |
D | lpass-platform.c | 95 ret = snd_pcm_hw_constraint_integer(runtime, in lpass_platform_pcmops_open()
|
/Linux-v5.4/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 74 ret = snd_pcm_hw_constraint_integer(runtime, in sprd_pcm_open()
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | u_audio.c | 315 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in uac_pcm_open()
|
/Linux-v5.4/sound/pci/au88x0/ |
D | au88x0_pcm.c | 134 snd_pcm_hw_constraint_integer(runtime, in snd_vortex_pcm_open()
|
/Linux-v5.4/sound/pci/ |
D | fm801.c | 648 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_fm801_playback_open() 663 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_fm801_capture_open()
|
123