Searched refs:pcm_mask_to_string (Results 1 – 1 of 1) sorted by relevance
/external/tinyalsa/ |
D | pcm.c | 781 static int pcm_mask_to_string(struct pcm_mask *m, char *string, unsigned int size, in pcm_mask_to_string() function 813 offset = pcm_mask_to_string(m, string, size, in pcm_params_to_string() 817 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string() 821 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string()
|