Symbol: snd_pcm_hw_constraint_msbits
include/sound/pcm.h
1103
int snd_pcm_hw_constraint_msbits(struct snd_pcm_runtime *runtime,
sound/core/pcm_lib.c
1471
EXPORT_SYMBOL(snd_pcm_hw_constraint_msbits);
sound/firewire/amdtp-am824.c
238
return snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/firewire/digi00x/amdtp-dot.c
328
err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/firewire/fireface/amdtp-ff.c
108
err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/firewire/motu/amdtp-motu.c
195
err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/firewire/tascam/amdtp-tascam.c
122
err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/cmipci.c
1707
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/cs4281.c
880
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20);
sound/pci/cs4281.c
899
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20);
sound/pci/ice1712/ice1712.c
1117
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1712.c
1138
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1724.c
1010
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1724.c
1043
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1724.c
1189
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1724.c
1226
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/ice1712/ice1724.c
1373
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/intel8x0.c
1140
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 20);
sound/pci/oxygen/oxygen_pcm.c
160
err = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/rme9652/hdsp.c
4433
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/rme9652/hdsp.c
4506
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/rme9652/hdspm.c
6014
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/rme9652/rme9652.c
2208
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/pci/rme9652/rme9652.c
2263
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);
sound/soc/codecs/max98090.c
1961
snd_pcm_hw_constraint_msbits(substream->runtime, 0, 16, 16);
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
225
snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16);
sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c
265
snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
151
snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16);
sound/soc/mediatek/mt8183/mt8183-mt6358-ts3a227-max98357.c
191
snd_pcm_hw_constraint_msbits(runtime, 0, 16, 16);
sound/soc/qcom/sc7180.c
406
snd_pcm_hw_constraint_msbits(runtime, 0, 32, 32);
sound/soc/soc-pcm.c
534
ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits);
sound/usb/misc/ua101.c
638
err = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 32, 24);
sound/x86/intel_hdmi_audio.c
1079
retval = snd_pcm_hw_constraint_msbits(runtime, 0, 32, 24);