/linux-4.1.27/sound/soc/codecs/ |
D | uda134x.c | 173 snd_pcm_hw_constraint_minmax(substream->runtime, in uda134x_startup() 178 snd_pcm_hw_constraint_minmax(substream->runtime, in uda134x_startup()
|
D | wl1273.c | 310 snd_pcm_hw_constraint_minmax(substream->runtime, in wl1273_startup() 313 snd_pcm_hw_constraint_minmax(substream->runtime, in wl1273_startup()
|
D | twl4030.c | 1617 snd_pcm_hw_constraint_minmax(slv_substream->runtime, in twl4030_constraints() 1622 snd_pcm_hw_constraint_minmax(slv_substream->runtime, in twl4030_constraints() 1627 snd_pcm_hw_constraint_minmax(slv_substream->runtime, in twl4030_constraints() 1674 snd_pcm_hw_constraint_minmax(substream->runtime, in twl4030_startup()
|
D | adav80x.c | 731 return snd_pcm_hw_constraint_minmax(substream->runtime, in adav80x_dai_startup()
|
D | adau1977.c | 727 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctpcm.c | 147 err = snd_pcm_hw_constraint_minmax(runtime, in ct_pcm_playback_open() 293 err = snd_pcm_hw_constraint_minmax(runtime, in ct_pcm_capture_open()
|
/linux-4.1.27/sound/pci/ |
D | sis7019.c | 496 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_playback_open() 498 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_playback_open() 697 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in sis_capture_open() 699 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in sis_capture_open()
|
D | cmipci.c | 1685 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback_open() 1710 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_capture_open() 1748 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000); in snd_cmipci_playback2_open() 1774 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_playback_spdif_open() 1793 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000); in snd_cmipci_capture_spdif_open()
|
D | es1938.c | 940 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00); in snd_es1938_capture_open() 965 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00); in snd_es1938_playback_open()
|
D | rme96.c | 1166 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in rme96_set_buffer_size_constraint() 1170 snd_pcm_hw_constraint_minmax(runtime, in rme96_set_buffer_size_constraint()
|
D | rme32.c | 834 snd_pcm_hw_constraint_minmax(runtime, in snd_rme32_set_buffer_constraint()
|
/linux-4.1.27/sound/soc/omap/ |
D | n810.c | 102 snd_pcm_hw_constraint_minmax(runtime, in n810_startup()
|
D | rx51.c | 110 snd_pcm_hw_constraint_minmax(runtime, in rx51_startup()
|
/linux-4.1.27/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 116 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
|
/linux-4.1.27/sound/soc/ux500/ |
D | ux500_msp_dai.c | 511 snd_pcm_hw_constraint_minmax(runtime, in ux500_msp_dai_hw_params() 525 snd_pcm_hw_constraint_minmax(runtime, in ux500_msp_dai_hw_params()
|
/linux-4.1.27/sound/pci/lx6464es/ |
D | lx6464es.c | 237 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in lx_pcm_open() 246 err = snd_pcm_hw_constraint_minmax(runtime, in lx_pcm_open()
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 2176 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_CHANNELS, in snd_pcm_hw_constraints_complete() 2181 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_RATE, in snd_pcm_hw_constraints_complete() 2186 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_pcm_hw_constraints_complete() 2191 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIODS, in snd_pcm_hw_constraints_complete() 2196 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, in snd_pcm_hw_constraints_complete() 2209 …err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, runtime->dma_bytes… in snd_pcm_hw_constraints_complete()
|
D | pcm_lib.c | 1263 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_minmax() function 1275 EXPORT_SYMBOL(snd_pcm_hw_constraint_minmax);
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_pcm.c | 249 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in emu8k_pcm_open()
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 575 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, 1000, 200000); in snd_usX2Y_usbpcm_open()
|
D | usbusx2yaudio.c | 893 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, 1000, 200000); in snd_usX2Y_pcm_open()
|
/linux-4.1.27/sound/pci/trident/ |
D | trident_main.c | 1871 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_playback_open() 1932 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_spdif_open() 1999 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_capture_open() 2042 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024); in snd_trident_foldback_open()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 311 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_em28xx_capture_open()
|
/linux-4.1.27/sound/firewire/ |
D | amdtp.c | 155 err = snd_pcm_hw_constraint_minmax(runtime, in amdtp_stream_add_pcm_hw_constraints()
|
/linux-4.1.27/sound/soc/ |
D | soc-pcm.c | 185 ret = snd_pcm_hw_constraint_minmax(substream->runtime, in soc_pcm_apply_symmetry() 201 ret = snd_pcm_hw_constraint_minmax(substream->runtime, in soc_pcm_apply_symmetry() 218 ret = snd_pcm_hw_constraint_minmax(substream->runtime, in soc_pcm_apply_symmetry()
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 998 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
|
/linux-4.1.27/sound/pci/korg1212/ |
D | korg1212.c | 1397 …snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, kPlayBufferFrames, kPlayBuff… in snd_korg1212_playback_open() 1425 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_korg1212_capture_open()
|
/linux-4.1.27/sound/pci/rme9652/ |
D | hdspm.c | 6087 snd_pcm_hw_constraint_minmax(runtime, in snd_hdspm_open() 6091 snd_pcm_hw_constraint_minmax(runtime, in snd_hdspm_open() 6097 snd_pcm_hw_constraint_minmax(runtime, in snd_hdspm_open() 6100 snd_pcm_hw_constraint_minmax(runtime, in snd_hdspm_open()
|
/linux-4.1.27/sound/drivers/ |
D | dummy.c | 155 err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 256, UINT_MAX); in emu10k1_playback_constraints()
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 906 err = snd_pcm_hw_constraint_minmax(runtime, in snd_ymfpci_playback_open_1() 1031 err = snd_pcm_hw_constraint_minmax(runtime, in snd_ymfpci_capture_open()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 1122 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_playback_open() 1292 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, in snd_card_asihpi_capture_open()
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 649 err = snd_pcm_hw_constraint_minmax(substream->runtime, in set_stream_hw()
|
/linux-4.1.27/sound/usb/ |
D | pcm.c | 1147 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in setup_hw_info()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 1166 snd_pcm_hw_constraint_minmax(substream->runtime, in davinci_mcasp_startup()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 825 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emupcm.c | 1150 …if ((err = snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 256, UINT_MAX)) … in snd_emu10k1_playback_open()
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 1511 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_ali_open()
|