Searched refs:snd_pcm_hw_constraint_msbits (Results 1 – 8 of 8) sorted by relevance
| /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/ |
| 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/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/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/soc/codecs/ |
| H A D | max98090.c | 1961 snd_pcm_hw_constraint_msbits(substream->runtime, 0, 16, 16); in max98090_dai_startup()
|
| /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()
|