/Linux-v5.10/sound/firewire/tascam/ |
D | tascam-pcm.c | 80 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 88 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 150 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 158 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/motu/ |
D | motu-pcm.c | 173 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 179 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/pci/ctxfi/ |
D | ctpcm.c | 142 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-v5.10/sound/firewire/bebob/ |
D | bebob_pcm.c | 175 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 183 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/fireface/ |
D | ff-pcm.c | 189 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 197 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 212 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 220 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 200 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 208 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/firewire/dice/ |
D | dice-pcm.c | 226 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open() 234 err = snd_pcm_hw_constraint_minmax(substream->runtime, in pcm_open()
|
/Linux-v5.10/sound/pci/ |
D | sis7019.c | 484 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()
|
D | cmipci.c | 1661 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open() 1686 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open() 1724 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open() 1750 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open() 1769 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
|
/Linux-v5.10/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 144 snd_pcm_hw_constraint_minmax(runtime, in snd_bcm2835_playback_open_generic()
|
/Linux-v5.10/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 113 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
|
/Linux-v5.10/sound/soc/rockchip/ |
D | rockchip_max98090.c | 200 return snd_pcm_hw_constraint_minmax(substream->runtime, in rk_aif1_startup()
|
D | rk3399_gru_sound.c | 242 return snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in rockchip_sound_startup()
|
/Linux-v5.10/sound/soc/fsl/ |
D | imx-audmix.c | 64 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in imx_audmix_fe_startup()
|
/Linux-v5.10/sound/core/ |
D | pcm_native.c | 2552 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_hw_constraints_complete() 2557 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_hw_constraints_complete() 2562 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_pcm_hw_constraints_complete() 2567 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_hw_constraints_complete() 2572 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in snd_pcm_hw_constraints_complete() 2585 …err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes… in snd_pcm_hw_constraints_complete()
|
/Linux-v5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 341 ret = snd_pcm_hw_constraint_minmax(runtime, in dw_hdmi_open()
|
/Linux-v5.10/include/sound/ |
D | pcm.h | 984 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-v5.10/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 67 ret = snd_pcm_hw_constraint_minmax(runtime, in mtk_afe_fe_startup()
|
/Linux-v5.10/sound/isa/sb/ |
D | emu8000_pcm.c | 238 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in emu8k_pcm_open()
|
/Linux-v5.10/sound/soc/codecs/ |
D | wm8580.c | 855 return snd_pcm_hw_constraint_minmax(substream->runtime, in wm8580_playback_startup()
|
D | adau1977.c | 719 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
|
D | cs4234.c | 489 ret = snd_pcm_hw_constraint_minmax(sub->runtime, in cs4234_dai_startup()
|
/Linux-v5.10/sound/soc/ux500/ |
D | ux500_msp_dai.c | 510 snd_pcm_hw_constraint_minmax(runtime, in ux500_msp_dai_hw_params()
|