Searched refs:snd_pcm_format_physical_width (Results 1 – 8 of 8) sorted by relevance
35 [ 562.926368] ? snd_pcm_format_physical_width+0x5b/0x70129 [ 563.391477] ? snd_pcm_format_physical_width+0x5b/0x70
100 [ 196.570164] ? snd_pcm_format_physical_width+0x5b/0x70
143 sample_bytes = snd_pcm_format_physical_width(io->format) / 8; in pcm_cras_process_cb()171 snd_pcm_format_physical_width(io->format) * in pcm_cras_process_cb()
99 const int sample_size = snd_pcm_format_physical_width(fmt->format) / 8; in cras_audio_area_config_buf_pointers()
33 frame_bytes = snd_pcm_format_physical_width(fmt->format) / 8 * in setup_shm()
46 #define PCM_FORMAT_WIDTH(format) snd_pcm_format_physical_width(format)
2090 const int sample_size = snd_pcm_format_physical_width(fmt->format) / 8; in cras_audio_area_config_buf_pointers()
2425 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() function