Searched refs:__OLD_GET_SW (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 7992 #define __OLD_GET_SW(name, ret_type) __P_OLD_GET_SW(__old_, name, ret_type) macro 7994 __OLD_GET_SW(snd_pcm_sw_params_get_tstamp_mode, snd_pcm_tstamp_t); 7995 __OLD_GET_SW(snd_pcm_sw_params_get_sleep_min, unsigned int); 7996 __OLD_GET_SW(snd_pcm_sw_params_get_avail_min, snd_pcm_uframes_t); 7997 __OLD_GET_SW(snd_pcm_sw_params_get_xfer_align, snd_pcm_uframes_t); 7998 __OLD_GET_SW(snd_pcm_sw_params_get_start_threshold, snd_pcm_uframes_t); 7999 __OLD_GET_SW(snd_pcm_sw_params_get_stop_threshold, snd_pcm_uframes_t); 8000 __OLD_GET_SW(snd_pcm_sw_params_get_silence_threshold, snd_pcm_uframes_t); 8001 __OLD_GET_SW(snd_pcm_sw_params_get_silence_size, snd_pcm_uframes_t);
|