Searched refs:snd_pcm_hw_constraint_integer (Results 1 – 25 of 64) sorted by relevance
123
/linux-5.10/sound/pci/ctxfi/ |
D | ctpcm.c | 137 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_playback_open() 278 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_capture_open()
|
/linux-5.10/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 90 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_playback_open() 345 if ((err = snd_pcm_hw_constraint_integer(runtime, in snd_cs5535audio_capture_open()
|
/linux-5.10/drivers/media/pci/cobalt/ |
D | cobalt-alsa-pcm.c | 213 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cobalt_pcm_capture_open() 374 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cobalt_pcm_playback_open()
|
/linux-5.10/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 168 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx18_pcm_capture_open()
|
/linux-5.10/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 172 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_ivtv_pcm_capture_open()
|
/linux-5.10/sound/arm/ |
D | pxa2xx-pcm-lib.c | 117 ret = snd_pcm_hw_constraint_integer(runtime, in pxa2xx_pcm_open()
|
/linux-5.10/sound/soc/dwc/ |
D | dwc-pcm.c | 146 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in dw_pcm_open()
|
/linux-5.10/sound/core/ |
D | pcm_dmaengine.c | 305 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_dmaengine_pcm_open()
|
/linux-5.10/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-5.10/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 142 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_tm6000_pcm_open()
|
/linux-5.10/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 192 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_imx_open()
|
D | fsl_asrc_dma.c | 327 ret = snd_pcm_hw_constraint_integer(substream->runtime, in fsl_asrc_dma_startup()
|
D | mpc5200_dma.c | 233 rc = snd_pcm_hw_constraint_integer(runtime, in psc_dma_open()
|
D | fsl_dma.c | 404 ret = snd_pcm_hw_constraint_integer(runtime, in fsl_dma_open()
|
/linux-5.10/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 354 ret = snd_pcm_hw_constraint_integer(runtime, in atmel_pcm_open()
|
/linux-5.10/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-5.10/sound/soc/txx9/ |
D | txx9aclc.c | 250 ret = snd_pcm_hw_constraint_integer(substream->runtime, in txx9aclc_pcm_open()
|
/linux-5.10/sound/soc/bcm/ |
D | bcm63xx-pcm-whistler.c | 224 ret = snd_pcm_hw_constraint_integer(runtime, in bcm63xx_pcm_open()
|
/linux-5.10/drivers/media/pci/tw686x/ |
D | tw686x-audio.c | 114 err = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in tw686x_pcm_open()
|
/linux-5.10/sound/soc/amd/renoir/ |
D | acp3x-pdm-dma.c | 221 ret = snd_pcm_hw_constraint_integer(runtime, in acp_pdm_dma_open()
|
/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 335 ret = snd_pcm_hw_constraint_integer(runtime, in dw_hdmi_open()
|
/linux-5.10/sound/soc/amd/raven/ |
D | acp3x-pcm-dma.c | 232 ret = snd_pcm_hw_constraint_integer(runtime, in acp3x_dma_open()
|
/linux-5.10/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 72 ret = snd_pcm_hw_constraint_integer(runtime, in sprd_pcm_open()
|
/linux-5.10/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 76 ret = snd_pcm_hw_constraint_integer(runtime, in mtk_afe_fe_startup()
|
/linux-5.10/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 434 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx231xx_capture_open()
|
123