/linux/sound/firewire/fireface/ |
H A D | amdtp-ff.c | 108 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_ff_add_pcm_hw_constraints()
|
/linux/sound/firewire/tascam/ |
H A D | amdtp-tascam.c | 122 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_tscm_add_pcm_hw_constraints()
|
/linux/sound/firewire/ |
H A D | amdtp-am824.c | 238 return snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_am824_add_pcm_hw_constraints()
|
/linux/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 328 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_dot_add_pcm_hw_constraints()
|
/linux/sound/pci/ice1712/ |
H A D | ice1724.c | 1014 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_pro_open() 1047 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_capture_pro_open() 1195 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_spdif_open() 1232 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_capture_spdif_open() 1381 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_vt1724_playback_indep_open()
|
H A D | ice1712.c | 1133 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_ice1712_playback_pro_open() 1154 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_ice1712_capture_pro_open()
|
/linux/sound/firewire/motu/ |
H A D | amdtp-motu.c | 195 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_motu_add_pcm_hw_constraints()
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 160 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in oxygen_open()
|
/linux/sound/pci/ |
H A D | cs4281.c | 884 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_playback_open() 903 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_cs4281_capture_open()
|
H A D | intel8x0.c | 1143 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_intel8x0_playback_open()
|
H A D | cmipci.c | 1729 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_cmipci_playback_spdif_open()
|
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 2246 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_playback_open() 2305 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_rme9652_capture_open()
|
H A D | hdsp.c | 4488 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdsp_playback_open() 4565 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdsp_capture_open()
|
H A D | hdspm.c | 6059 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdspm_open()
|
/linux/sound/core/ |
H A D | pcm_lib.c | 1460 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime, in snd_pcm_hw_constraint_msbits() function 1471 EXPORT_SYMBOL(snd_pcm_hw_constraint_msbits);
|
/linux/include/sound/ |
H A D | pcm.h | 1103 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
|
/linux/sound/usb/misc/ |
H A D | ua101.c | 644 err = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 32, 24); in set_stream_hw()
|
/linux/sound/x86/ |
H A D | intel_hdmi_audio.c | 1093 retval = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in had_pcm_open()
|
/linux/sound/soc/ |
H A D | soc-pcm.c | 534 ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits); in soc_pcm_set_msb()
|