/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/sound/soc/qcom/ |
D | sc7280.c | 214 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, 2, 2); in sc7280_snd_hw_params() 215 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, 48000, 48000); in sc7280_snd_hw_params()
|
/Linux-v6.6/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-v6.6/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-v6.6/sound/pci/ |
D | sis7019.c | 483 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()
|
D | cmipci.c | 1661 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open() 1687 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open() 1727 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open() 1755 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open() 1776 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
|
/Linux-v6.6/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 111 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
|
/Linux-v6.6/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 143 snd_pcm_hw_constraint_minmax(runtime, in snd_bcm2835_playback_open_generic()
|
/Linux-v6.6/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 | 265 return snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in rockchip_sound_startup()
|
/Linux-v6.6/sound/soc/fsl/ |
D | imx-audmix.c | 63 ret = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in imx_audmix_fe_startup()
|
/Linux-v6.6/sound/usb/ |
D | pcm.c | 1125 err = snd_pcm_hw_constraint_minmax(runtime, in setup_hw_info() 1172 err = snd_pcm_hw_constraint_minmax(runtime, in setup_hw_info() 1177 err = snd_pcm_hw_constraint_minmax(runtime, in setup_hw_info()
|
/Linux-v6.6/include/sound/ |
D | pcm.h | 1052 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, 1103 return snd_pcm_hw_constraint_minmax(runtime, var, val, val); in snd_pcm_hw_constraint_single()
|
/Linux-v6.6/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-v6.6/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 345 ret = snd_pcm_hw_constraint_minmax(runtime, in dw_hdmi_open()
|
/Linux-v6.6/sound/core/ |
D | pcm_native.c | 2642 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_hw_constraints_complete() 2647 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_hw_constraints_complete() 2652 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_pcm_hw_constraints_complete() 2657 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_hw_constraints_complete() 2662 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in snd_pcm_hw_constraints_complete() 2675 …err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes… in snd_pcm_hw_constraints_complete()
|
/Linux-v6.6/sound/soc/mediatek/common/ |
D | mtk-afe-fe-dai.c | 67 ret = snd_pcm_hw_constraint_minmax(runtime, in mtk_afe_fe_startup()
|
/Linux-v6.6/sound/soc/codecs/ |
D | adau1977.c | 718 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
|
D | nau8540.c | 383 return snd_pcm_hw_constraint_minmax(substream->runtime, in nau8540_dai_startup()
|