| /linux-4.1.27/sound/soc/kirkwood/ | 
| D | kirkwood-dma.c | 123 	err = snd_pcm_hw_constraint_step(runtime, 0,  in kirkwood_dma_open() 129 	err = snd_pcm_hw_constraint_step(substream->runtime, 0,  in kirkwood_dma_open()
  | 
| /linux-4.1.27/sound/arm/ | 
| D | pxa2xx-pcm-lib.c | 221 	ret = snd_pcm_hw_constraint_step(runtime, 0,  in __pxa2xx_pcm_open() 226 	ret = snd_pcm_hw_constraint_step(runtime, 0,  in __pxa2xx_pcm_open()
  | 
| /linux-4.1.27/sound/drivers/vx/ | 
| D | vx_pcm.c | 561 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 4);  in vx_pcm_playback_open() 562 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4);  in vx_pcm_playback_open() 967 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 4);  in vx_pcm_capture_open() 968 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 4);  in vx_pcm_capture_open()
  | 
| /linux-4.1.27/sound/pci/oxygen/ | 
| D | oxygen_pcm.c | 163 	err = snd_pcm_hw_constraint_step(runtime, 0,  in oxygen_open() 167 	err = snd_pcm_hw_constraint_step(runtime, 0,  in oxygen_open() 177 		err = snd_pcm_hw_constraint_step(runtime, 0,  in oxygen_open()
  | 
| /linux-4.1.27/sound/pci/ice1712/ | 
| D | ice1724.c | 1062 		snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_CHANNELS, 2);  in snd_vt1724_playback_pro_open() 1064 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,  in snd_vt1724_playback_pro_open() 1066 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in snd_vt1724_playback_pro_open() 1085 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,  in snd_vt1724_capture_pro_open() 1087 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in snd_vt1724_capture_pro_open() 1235 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,  in snd_vt1724_playback_spdif_open() 1237 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in snd_vt1724_playback_spdif_open() 1272 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,  in snd_vt1724_capture_spdif_open() 1274 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in snd_vt1724_capture_spdif_open()
  | 
| /linux-4.1.27/sound/pci/mixart/ | 
| D | mixart.c | 783 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32);  in snd_mixart_playback_open() 784 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64);  in snd_mixart_playback_open() 864 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 32);  in snd_mixart_capture_open() 865 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64);  in snd_mixart_capture_open()
  | 
| /linux-4.1.27/sound/isa/sb/ | 
| D | sb8_main.c | 544 		snd_pcm_hw_constraint_step(runtime, 0,  in snd_sb8_open() 546 		snd_pcm_hw_constraint_step(runtime, 0,  in snd_sb8_open()
  | 
| /linux-4.1.27/sound/pci/lola/ | 
| D | lola_pcm.c | 251 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in lola_pcm_open() 253 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE,  in lola_pcm_open()
  | 
| /linux-4.1.27/sound/soc/omap/ | 
| D | omap-hdmi-audio.c | 81 	ret = snd_pcm_hw_constraint_step(substream->runtime, 0,  in hdmi_dai_startup()
  | 
| D | omap-mcbsp.c | 149 		snd_pcm_hw_constraint_step(substream->runtime, 0,  in omap_mcbsp_dai_startup()
  | 
| /linux-4.1.27/sound/firewire/ | 
| D | amdtp.c | 174 	err = snd_pcm_hw_constraint_step(runtime, 0,  in amdtp_stream_add_pcm_hw_constraints() 178 	err = snd_pcm_hw_constraint_step(runtime, 0,  in amdtp_stream_add_pcm_hw_constraints()
  | 
| /linux-4.1.27/sound/drivers/ | 
| D | ml403-ac97cr.c | 716 	snd_pcm_hw_constraint_step(runtime, 0,  in snd_ml403_ac97cr_playback_open() 734 	snd_pcm_hw_constraint_step(runtime, 0,  in snd_ml403_ac97cr_capture_open()
  | 
| /linux-4.1.27/sound/pci/au88x0/ | 
| D | au88x0_pcm.c | 155 	snd_pcm_hw_constraint_step(runtime, 0,  in snd_vortex_pcm_open()
  | 
| /linux-4.1.27/sound/pci/ca0106/ | 
| D | ca0106_main.c | 594 	if ((err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64)) < 0)  in snd_ca0106_pcm_open_playback_channel() 690 	if ((err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64)) < 0)  in snd_ca0106_pcm_open_capture_channel()
  | 
| /linux-4.1.27/sound/pci/pcxhr/ | 
| D | pcxhr.c | 1089 	snd_pcm_hw_constraint_step(runtime, 0,  in pcxhr_open() 1091 	snd_pcm_hw_constraint_step(runtime, 0,  in pcxhr_open()
  | 
| /linux-4.1.27/sound/pci/emu10k1/ | 
| D | emu10k1x.c | 392 	if ((err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64)) < 0)  in snd_emu10k1x_playback_open() 572 	if ((err = snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64)) < 0)  in snd_emu10k1x_pcm_open_capture()
  | 
| /linux-4.1.27/sound/ppc/ | 
| D | snd_ps3.c | 542 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in snd_ps3_pcm_open()
  | 
| /linux-4.1.27/sound/soc/intel/atom/ | 
| D | sst-mfld-platform-pcm.c | 345 	snd_pcm_hw_constraint_step(substream->runtime, 0,  in sst_media_open()
  | 
| /linux-4.1.27/sound/pci/hda/ | 
| D | hda_controller.c | 844 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,  in azx_pcm_open() 846 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,  in azx_pcm_open()
  | 
| D | patch_hdmi.c | 1501 	snd_pcm_hw_constraint_step(substream->runtime, 0,  in hdmi_pcm_open() 2557 		snd_pcm_hw_constraint_step(substream->runtime, 0,  in simple_playback_pcm_open()
  | 
| D | hda_codec.c | 4247 	return snd_pcm_hw_constraint_step(substream->runtime, 0,  in snd_hda_multi_out_analog_open()
  | 
| /linux-4.1.27/sound/pci/lx6464es/ | 
| D | lx6464es.c | 256 	snd_pcm_hw_constraint_step(runtime, 0,  in lx_pcm_open()
  | 
| /linux-4.1.27/drivers/media/pci/saa7134/ | 
| D | saa7134-alsa.c | 865 	err = snd_pcm_hw_constraint_step(runtime, 0,  in snd_card_saa7134_capture_open()
  | 
| /linux-4.1.27/include/sound/ | 
| D | pcm.h | 1021 int snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime,
  | 
| /linux-4.1.27/sound/pci/echoaudio/ | 
| D | echoaudio.c | 322 	if ((err = snd_pcm_hw_constraint_step(runtime, 0,  in pcm_open() 326 	if ((err = snd_pcm_hw_constraint_step(runtime, 0,  in pcm_open()
  | 
| /linux-4.1.27/sound/isa/gus/ | 
| D | gus_pcm.c | 706 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, 64);  in snd_gf1_pcm_playback_open()
  | 
| /linux-4.1.27/sound/soc/fsl/ | 
| D | fsl_ssi.c | 544 		snd_pcm_hw_constraint_step(substream->runtime, 0,  in fsl_ssi_startup()
  | 
| /linux-4.1.27/sound/core/ | 
| D | pcm_lib.c | 1472 int snd_pcm_hw_constraint_step(struct snd_pcm_runtime *runtime,  in snd_pcm_hw_constraint_step()  function 1482 EXPORT_SYMBOL(snd_pcm_hw_constraint_step);
  | 
| /linux-4.1.27/sound/pci/asihpi/ | 
| D | asihpi.c | 1119 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE,  in snd_card_asihpi_playback_open() 1290 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_SIZE,  in snd_card_asihpi_capture_open()
  | 
| /linux-4.1.27/sound/pci/ | 
| D | atiixp.c | 1097 		snd_pcm_hw_constraint_step(substream->runtime, 0,  in snd_atiixp_playback_open()
  |