Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_msbits (Results 1 – 19 of 19) sorted by relevance

/linux/sound/firewire/fireface/
H A Damdtp-ff.c108 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_ff_add_pcm_hw_constraints()
/linux/sound/firewire/tascam/
H A Damdtp-tascam.c122 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_tscm_add_pcm_hw_constraints()
/linux/sound/firewire/
H A Damdtp-am824.c238 return snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_am824_add_pcm_hw_constraints()
/linux/sound/firewire/digi00x/
H A Damdtp-dot.c328 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_dot_add_pcm_hw_constraints()
/linux/sound/pci/ice1712/
H A Dice1724.c1014 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 Dice1712.c1133 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 Damdtp-motu.c195 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in amdtp_motu_add_pcm_hw_constraints()
/linux/sound/pci/oxygen/
H A Doxygen_pcm.c160 err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in oxygen_open()
/linux/sound/pci/
H A Dcs4281.c884 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 Dintel8x0.c1143 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20); in snd_intel8x0_playback_open()
H A Dcmipci.c1729 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_cmipci_playback_spdif_open()
/linux/sound/pci/rme9652/
H A Drme9652.c2246 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 Dhdsp.c4488 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 Dhdspm.c6059 snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in snd_hdspm_open()
/linux/sound/core/
H A Dpcm_lib.c1460 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 Dpcm.h1103 int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
/linux/sound/usb/misc/
H A Dua101.c644 err = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 32, 24); in set_stream_hw()
/linux/sound/x86/
H A Dintel_hdmi_audio.c1093 retval = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24); in had_pcm_open()
/linux/sound/soc/
H A Dsoc-pcm.c534 ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits); in soc_pcm_set_msb()