Home
last modified time | relevance | path

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

123

/linux/sound/firewire/tascam/
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()
/linux/sound/firewire/digi00x/
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()
/linux/sound/firewire/bebob/
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()
/linux/sound/firewire/fireworks/
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()
/linux/sound/firewire/motu/
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()
/linux/sound/firewire/fireface/
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()
/linux/sound/pci/ctxfi/
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()
/linux/sound/firewire/dice/
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()
/linux/sound/firewire/oxfw/
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()
/linux/sound/pci/
A Dsis7019.c483 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_playback_open()
485 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_playback_open()
672 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_capture_open()
674 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_capture_open()
A Dcmipci.c1662 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open()
1688 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open()
1728 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open()
1756 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open()
1777 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
/linux/sound/soc/kirkwood/
A Dkirkwood-dma.c111 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
/linux/drivers/staging/vc04_services/bcm2835-audio/
A Dbcm2835-pcm.c144 snd_pcm_hw_constraint_minmax(runtime, in snd_bcm2835_playback_open_generic()
/linux/sound/soc/rockchip/
A Drockchip_max98090.c200 return snd_pcm_hw_constraint_minmax(substream->runtime, in rk_aif1_startup()
A Drk3399_gru_sound.c242 return snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in rockchip_sound_startup()
/linux/sound/soc/qcom/qdsp6/
A Dq6apm-dai.c271 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in q6apm_dai_open()
/linux/sound/soc/fsl/
A Dimx-audmix.c64 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in imx_audmix_fe_startup()
/linux/sound/core/
A Dpcm_native.c2574 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_hw_constraints_complete()
2579 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_hw_constraints_complete()
2584 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_pcm_hw_constraints_complete()
2589 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_hw_constraints_complete()
2594 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in snd_pcm_hw_constraints_complete()
2607 …err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes… in snd_pcm_hw_constraints_complete()
/linux/include/sound/
A Dpcm.h984 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
1035 return snd_pcm_hw_constraint_minmax(runtime, var, val, val); in snd_pcm_hw_constraint_single()
/linux/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi-ahb-audio.c341 ret = snd_pcm_hw_constraint_minmax(runtime, in dw_hdmi_open()
/linux/sound/soc/mediatek/common/
A Dmtk-afe-fe-dai.c67 ret = snd_pcm_hw_constraint_minmax(runtime, in mtk_afe_fe_startup()
/linux/sound/isa/sb/
A Demu8000_pcm.c238 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in emu8k_pcm_open()
/linux/sound/soc/codecs/
A Dadau1977.c718 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
A Dcs4234.c489 ret = snd_pcm_hw_constraint_minmax(sub->runtime, in cs4234_dai_startup()
/linux/sound/soc/ux500/
A Dux500_msp_dai.c510 snd_pcm_hw_constraint_minmax(runtime, in ux500_msp_dai_hw_params()

Completed in 747 milliseconds

123