Searched refs:__OLD_GET (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 7877 #define __OLD_GET(name, val_type, ret_type) __P_OLD_GET(__old_, name, val_type, ret_type) macro 7880 __OLD_GET(snd_pcm_hw_params_get_access, snd_pcm_access_t, int); 7881 __OLD_GET(snd_pcm_hw_params_get_format, snd_pcm_format_t, int); 7882 __OLD_GET(snd_pcm_hw_params_get_subformat, snd_pcm_subformat_t, int); 7883 __OLD_GET(snd_pcm_hw_params_get_channels, unsigned int, int); 7889 __OLD_GET(snd_pcm_hw_params_get_buffer_size, snd_pcm_uframes_t, snd_pcm_sframes_t); 7892 __OLD_GET(snd_pcm_hw_params_get_channels_min, unsigned int, unsigned int); 7898 __OLD_GET(snd_pcm_hw_params_get_buffer_size_min, snd_pcm_uframes_t, snd_pcm_uframes_t); 7901 __OLD_GET(snd_pcm_hw_params_get_channels_max, unsigned int, unsigned int); 7907 __OLD_GET(snd_pcm_hw_params_get_buffer_size_max, snd_pcm_uframes_t, snd_pcm_uframes_t);
|