Searched refs:snd_pcm_hw_constraint_integer (Results 1 – 25 of 55) sorted by relevance
123
/linux-3.3/sound/pci/ctxfi/ |
D | ctpcm.c | 141 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_playback_open() 286 err = snd_pcm_hw_constraint_integer(runtime, in ct_pcm_capture_open()
|
/linux-3.3/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-3.3/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.c | 171 ret = snd_pcm_hw_constraint_integer(runtime, in bf5xx_pcm_open()
|
D | bf5xx-tdm-pcm.c | 167 ret = snd_pcm_hw_constraint_integer(runtime, in bf5xx_pcm_open()
|
D | bf5xx-ac97-pcm.c | 255 ret = snd_pcm_hw_constraint_integer(runtime, in bf5xx_pcm_open()
|
/linux-3.3/sound/soc/imx/ |
D | imx-pcm-fiq.c | 205 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_imx_open()
|
D | imx-pcm-dma-mx2.c | 266 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_imx_open()
|
/linux-3.3/sound/arm/ |
D | pxa2xx-pcm-lib.c | 197 ret = snd_pcm_hw_constraint_integer(runtime, in __pxa2xx_pcm_open()
|
/linux-3.3/drivers/media/video/tlg2300/ |
D | pd-alsa.c | 69 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_pd_capture_open()
|
/linux-3.3/drivers/media/video/cx18/ |
D | cx18-alsa-pcm.c | 182 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_cx18_pcm_capture_open()
|
/linux-3.3/sound/soc/ep93xx/ |
D | ep93xx-pcm.c | 96 ret = snd_pcm_hw_constraint_integer(substream->runtime, in ep93xx_pcm_open()
|
/linux-3.3/sound/soc/mxs/ |
D | mxs-pcm.c | 209 ret = snd_pcm_hw_constraint_integer(substream->runtime, in snd_mxs_open()
|
/linux-3.3/sound/pci/emu10k1/ |
D | p16v.c | 214 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_playback_channel() 262 if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0) in snd_p16v_pcm_open_capture_channel()
|
/linux-3.3/sound/soc/tegra/ |
D | tegra_pcm.c | 173 ret = snd_pcm_hw_constraint_integer(runtime, in tegra_pcm_open()
|
/linux-3.3/drivers/media/video/tm6000/ |
D | tm6000-alsa.c | 185 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in snd_tm6000_pcm_open()
|
/linux-3.3/sound/soc/omap/ |
D | omap-pcm.c | 288 ret = snd_pcm_hw_constraint_integer(runtime, in omap_pcm_open()
|
/linux-3.3/sound/soc/samsung/ |
D | dma.c | 306 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS); in dma_open()
|
/linux-3.3/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-3.3/sound/soc/txx9/ |
D | txx9aclc.c | 257 ret = snd_pcm_hw_constraint_integer(substream->runtime, in txx9aclc_pcm_open()
|
/linux-3.3/sound/soc/mid-x86/ |
D | sst_platform.c | 275 ret_val = snd_pcm_hw_constraint_integer(runtime, in sst_platform_open()
|
/linux-3.3/sound/soc/atmel/ |
D | atmel-pcm.c | 317 ret = snd_pcm_hw_constraint_integer(runtime, in atmel_pcm_open()
|
/linux-3.3/sound/soc/s6000/ |
D | s6000-pcm.c | 337 ret = snd_pcm_hw_constraint_integer(runtime, in s6000_pcm_open()
|
/linux-3.3/sound/pci/au88x0/ |
D | au88x0_pcm.c | 134 snd_pcm_hw_constraint_integer(runtime, in snd_vortex_pcm_open()
|
/linux-3.3/sound/soc/fsl/ |
D | mpc5200_dma.c | 229 rc = snd_pcm_hw_constraint_integer(runtime, in psc_dma_open()
|
D | fsl_dma.c | 421 ret = snd_pcm_hw_constraint_integer(runtime, in fsl_dma_open()
|
123