HomeSort by relevance Sort by last modified time
    Searched defs:snd_pcm_linear_get_index (Results 1 - 2 of 2) sorted by null

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_plugin.h 83 #define snd_pcm_linear_get_index snd1_pcm_linear_get_index macro
97 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format);
pcm_linear.c 79 int snd_pcm_linear_get_index(snd_pcm_format_t src_format, snd_pcm_format_t dst_format) function
112 return snd_pcm_linear_get_index(src_format, dst_format);

Completed in 25 milliseconds