Searched refs:snd_pcm_hw_constraint_integer (Results 1 – 25 of 50) sorted by relevance
12
/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()
|
/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()
|
/sound/arm/ |
D | pxa2xx-pcm-lib.c | 117 ret = snd_pcm_hw_constraint_integer(runtime, in pxa2xx_pcm_open()
|
/sound/soc/dwc/ |
D | dwc-pcm.c | 145 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in dw_pcm_open()
|
/sound/core/ |
D | pcm_dmaengine.c | 303 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_dmaengine_pcm_open()
|
/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()
|
D | emu10k1x.c | 375 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) { in snd_emu10k1x_playback_open() 556 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_emu10k1x_pcm_open_capture()
|
/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 | 289 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()
|
/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 74 ret = snd_pcm_hw_constraint_integer(runtime, in mtk_afe_fe_startup()
|
/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()
|
/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 347 ret = snd_pcm_hw_constraint_integer(runtime, in atmel_pcm_open()
|
/sound/soc/txx9/ |
D | txx9aclc.c | 256 ret = snd_pcm_hw_constraint_integer(substream->runtime, in txx9aclc_pcm_open()
|
/sound/soc/qcom/ |
D | lpass-platform.c | 97 ret = snd_pcm_hw_constraint_integer(runtime, in lpass_platform_pcmops_open()
|
/sound/soc/sprd/ |
D | sprd-pcm-dma.c | 74 ret = snd_pcm_hw_constraint_integer(runtime, in sprd_pcm_open()
|
/sound/soc/xilinx/ |
D | xlnx_formatter_pcm.c | 395 err = snd_pcm_hw_constraint_integer(runtime, in xlnx_formatter_pcm_open()
|
/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()
|
/sound/pci/au88x0/ |
D | au88x0_pcm.c | 134 snd_pcm_hw_constraint_integer(runtime, in snd_vortex_pcm_open()
|
/sound/pci/ca0106/ |
D | ca0106_main.c | 579 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_ca0106_pcm_open_playback_channel() 672 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_ca0106_pcm_open_capture_channel()
|
/sound/soc/sh/ |
D | siu_dai.c | 506 ret = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS); in siu_dai_startup()
|
/sound/pci/lola/ |
D | lola_pcm.c | 236 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in lola_pcm_open()
|
/sound/soc/amd/raven/ |
D | acp3x-pcm-dma.c | 298 ret = snd_pcm_hw_constraint_integer(runtime, in acp3x_dma_open()
|
/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 339 return snd_pcm_hw_constraint_integer(runtime, in sst_media_open()
|
12