Searched refs:pcm_format_value_map (Results 1 – 2 of 2) sorted by relevance
29 int8_t const pcm_format_value_map[50] = { variable91 int table_size = ARRAY_SIZE(pcm_format_value_map); in get_pcm_format_for_mask()101 return (int)pcm_format_value_map[table_index]; in get_pcm_format_for_mask()
47 extern int8_t const pcm_format_value_map[50];272 const int table_size = ARRAY_SIZE(pcm_format_value_map); in profile_enum_sample_formats()284 enum pcm_format format = pcm_format_value_map[table_index]; in profile_enum_sample_formats()