Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_msbits (Results 1 – 8 of 8) 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/
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/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/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/soc/codecs/
H A Dmax98090.c1961 snd_pcm_hw_constraint_msbits(substream->runtime, 0, 16, 16); in max98090_dai_startup()
/linux/sound/soc/
H A Dsoc-pcm.c534 ret = snd_pcm_hw_constraint_msbits(substream->runtime, 0, 0, bits); in soc_pcm_set_msb()