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

  /device/samsung/crespo/alsa-lib/src/timer/
timer_query.c 39 snd_config_t *timer_conf, int mode)
53 if (snd_config_get_type(timer_conf) != SND_CONFIG_TYPE_COMPOUND) {
60 err = snd_config_search(timer_conf, "type", &conf);
133 err = open_func(timer, name, timer_root, timer_conf, mode);
145 snd_config_t *timer_conf; local
146 err = snd_config_search_definition(root, "timer_query", name, &timer_conf);
151 err = snd_timer_query_open_conf(timer, name, root, timer_conf, mode);
152 snd_config_delete(timer_conf);
timer.c 81 snd_config_t *timer_conf, int mode)
95 if (snd_config_get_type(timer_conf) != SND_CONFIG_TYPE_COMPOUND) {
102 err = snd_config_search(timer_conf, "type", &conf);
174 err = open_func(timer, name, timer_root, timer_conf, mode);
186 snd_config_t *timer_conf; local
187 err = snd_config_search_definition(root, "timer", name, &timer_conf);
192 err = snd_timer_open_conf(timer, name, root, timer_conf, mode);
193 snd_config_delete(timer_conf);

Completed in 1301 milliseconds