Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Duda134x.c173 snd_pcm_hw_constraint_minmax(substream->runtime, in uda134x_startup()
178 snd_pcm_hw_constraint_minmax(substream->runtime, in uda134x_startup()
Dwl1273.c310 snd_pcm_hw_constraint_minmax(substream->runtime, in wl1273_startup()
313 snd_pcm_hw_constraint_minmax(substream->runtime, in wl1273_startup()
Dtwl4030.c1617 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()
Dadav80x.c731 return snd_pcm_hw_constraint_minmax(substream->runtime, in adav80x_dai_startup()
Dadau1977.c727 snd_pcm_hw_constraint_minmax(substream->runtime, in adau1977_startup()
/linux-4.1.27/sound/pci/ctxfi/
Dctpcm.c147 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/
Dsis7019.c496 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()
Dcmipci.c1685 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()
Des1938.c940 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()
Drme96.c1166 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()
Drme32.c834 snd_pcm_hw_constraint_minmax(runtime, in snd_rme32_set_buffer_constraint()
/linux-4.1.27/sound/soc/omap/
Dn810.c102 snd_pcm_hw_constraint_minmax(runtime, in n810_startup()
Drx51.c110 snd_pcm_hw_constraint_minmax(runtime, in rx51_startup()
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-dma.c116 err = snd_pcm_hw_constraint_minmax(runtime, in kirkwood_dma_open()
/linux-4.1.27/sound/soc/ux500/
Dux500_msp_dai.c511 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/
Dlx6464es.c237 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/
Dpcm_native.c2176 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()
Dpcm_lib.c1263 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/
Demu8000_pcm.c249 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in emu8k_pcm_open()
/linux-4.1.27/sound/usb/usx2y/
Dusx2yhwdeppcm.c575 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, 1000, 200000); in snd_usX2Y_usbpcm_open()
Dusbusx2yaudio.c893 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/
Dtrident_main.c1871 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/
Dem28xx-audio.c311 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, in snd_em28xx_capture_open()
/linux-4.1.27/sound/firewire/
Damdtp.c155 err = snd_pcm_hw_constraint_minmax(runtime, in amdtp_stream_add_pcm_hw_constraints()
/linux-4.1.27/sound/soc/
Dsoc-pcm.c185 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/
Dpcm.h998 int snd_pcm_hw_constraint_minmax(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var,
/linux-4.1.27/sound/pci/korg1212/
Dkorg1212.c1397snd_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/
Dhdspm.c6087 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/
Ddummy.c155 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/
Dymfpci_main.c906 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/
Dasihpi.c1122 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/
Dua101.c649 err = snd_pcm_hw_constraint_minmax(substream->runtime, in set_stream_hw()
/linux-4.1.27/sound/usb/
Dpcm.c1147 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_PERIOD_TIME, in setup_hw_info()
/linux-4.1.27/sound/soc/davinci/
Ddavinci-mcasp.c1166 snd_pcm_hw_constraint_minmax(substream->runtime, in davinci_mcasp_startup()
/linux-4.1.27/sound/pci/hda/
Dhda_controller.c825 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME, in azx_pcm_open()
/linux-4.1.27/sound/pci/emu10k1/
Demupcm.c1150 …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/
Dali5451.c1511 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, in snd_ali_open()