Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_minmax (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-pcm.c80 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
88 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-pcm.c150 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
158 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_pcm.c175 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
183 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-pcm.c189 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
197 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-pcm.c173 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
179 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_pcm.c212 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
220 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctpcm.c142 err = snd_pcm_hw_constraint_minmax(runtime, in ct_pcm_playback_open()
283 err = snd_pcm_hw_constraint_minmax(runtime, in ct_pcm_capture_open()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-pcm.c226 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
234 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-pcm.c200 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
208 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dsis7019.c484 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_playback_open()
486 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_playback_open()
673 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_capture_open()
675 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_capture_open()
H A Dcmipci.c1660 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open()
1685 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open()
1723 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open()
1749 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open()
1768 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
/OK3568_Linux_fs/kernel/sound/soc/kirkwood/
H A Dkirkwood-dma.c113 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-pcm.c144 snd_pcm_hw_constraint_minmax(runtime, in snd_bcm2835_playback_open_generic()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_max98090.c200 return snd_pcm_hw_constraint_minmax(substream->runtime, in rk_aif1_startup()
H A Drk3399_gru_sound.c242 return snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in rockchip_sound_startup()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dimx-audmix.c64 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in imx_audmix_fe_startup()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h988 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1039 return snd_pcm_hw_constraint_minmax(runtime, var, val, val); in snd_pcm_hw_constraint_single()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c2623 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_hw_constraints_complete()
2628 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_hw_constraints_complete()
2633 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_pcm_hw_constraints_complete()
2638 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_hw_constraints_complete()
2643 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in snd_pcm_hw_constraints_complete()
2656 …err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes… in snd_pcm_hw_constraints_complete()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-ahb-audio.c345 ret = snd_pcm_hw_constraint_minmax(runtime, in dw_hdmi_open()
/OK3568_Linux_fs/kernel/sound/soc/mediatek/common/
H A Dmtk-afe-fe-dai.c67 ret = snd_pcm_hw_constraint_minmax(runtime, in mtk_afe_fe_startup()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_pcm.c238 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in emu8k_pcm_open()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dadau1977.c719 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
H A Dwm8580.c855 return snd_pcm_hw_constraint_minmax(substream->runtime, in wm8580_playback_startup()
H A Dcs4234.c489 ret = snd_pcm_hw_constraint_minmax(sub->runtime, in cs4234_dai_startup()
/OK3568_Linux_fs/kernel/sound/soc/ux500/
H A Dux500_msp_dai.c510 snd_pcm_hw_constraint_minmax(runtime, in ux500_msp_dai_hw_params()

123