Searched refs:snd_pcm_hw_constraint_integer (Results 1 – 25 of 58) sorted by relevance
123
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctpcm.c | 141 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_playback_open() 288 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_capture_open()
|
/Linux-v4.19/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 103 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_playback_open() 362 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_capture_open()
|
/Linux-v4.19/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-v4.19/sound/arm/ |
D | pxa2xx-pcm-lib.c | 121 ret = snd_pcm_hw_constraint_integer(runtime, in pxa2xx_pcm_open()
|
/Linux-v4.19/sound/core/ |
D | pcm_dmaengine.c | 310 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_dmaengine_pcm_open()
|
/Linux-v4.19/sound/soc/dwc/ |
D | dwc-pcm.c | 145 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in dw_pcm_open()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 178 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx18_pcm_capture_open()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 183 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_ivtv_pcm_capture_open()
|
/Linux-v4.19/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 191 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 | 409 ret = snd_pcm_hw_constraint_integer(runtime, in fsl_dma_open()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | p16v.c | 211 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_playback_channel() 259 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_capture_channel()
|
/Linux-v4.19/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 75 ret = snd_pcm_hw_constraint_integer(runtime, in mtk_afe_fe_startup()
|
/Linux-v4.19/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-v4.19/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 360 ret = snd_pcm_hw_constraint_integer(runtime, in atmel_pcm_open()
|
/Linux-v4.19/sound/parisc/ |
D | harmony.c | 537 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in snd_harmony_playback_open() 556 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in snd_harmony_capture_open()
|
/Linux-v4.19/sound/soc/txx9/ |
D | txx9aclc.c | 259 ret = snd_pcm_hw_constraint_integer(substream->runtime, in txx9aclc_pcm_open()
|
/Linux-v4.19/drivers/media/pci/tw686x/ |
D | tw686x-audio.c | 128 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in tw686x_pcm_open()
|
/Linux-v4.19/sound/soc/qcom/qdsp6/ |
D | q6asm-dai.c | 339 ret = snd_pcm_hw_constraint_integer(runtime, in q6asm_dai_open()
|
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 342 ret = snd_pcm_hw_constraint_integer(runtime, in dw_hdmi_open()
|
/Linux-v4.19/sound/soc/qcom/ |
D | lpass-platform.c | 103 ret = snd_pcm_hw_constraint_integer(runtime, in lpass_platform_pcmops_open()
|
/Linux-v4.19/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-v4.19/sound/pci/au88x0/ |
D | au88x0_pcm.c | 146 snd_pcm_hw_constraint_integer(runtime, in snd_vortex_pcm_open()
|
/Linux-v4.19/sound/pci/ |
D | fm801.c | 658 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_fm801_playback_open() 673 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_fm801_capture_open()
|
123