Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_params_bits (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/
H A Dpcm_params.h365 int snd_pcm_hw_params_bits(const struct snd_pcm_hw_params *p);
/linux/sound/hda/core/
H A Ddevice.c773 bits = snd_pcm_hw_params_bits(&params); in snd_hdac_stream_format_bits()
/linux/sound/core/
H A Dpcm_lib.c1730 * snd_pcm_hw_params_bits - Get the number of bits per the sample.
1736 int snd_pcm_hw_params_bits(const struct snd_pcm_hw_params *p) in snd_pcm_hw_params_bits() function
1761 EXPORT_SYMBOL(snd_pcm_hw_params_bits);
/linux/sound/soc/intel/avs/
H A Dpath.c91 snd_pcm_hw_params_bits(params) == fmt->valid_bit_depth); in avs_test_hw_params()