Home
last modified time | relevance | path

Searched refs:snd_config_update_t (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
Dconf.h83 typedef struct _snd_config_update snd_config_update_t; typedef
96 int snd_config_update_r(snd_config_t **top, snd_config_update_t **update, const char *path);
97 int snd_config_update_free(snd_config_update_t *update);
/third_party/alsa-lib/src/
Dconf.c3932 static snd_config_update_t *snd_config_global_update = NULL;
4488 int snd_config_update_r(snd_config_t **_top, snd_config_update_t **_update, const char *cfgs) in snd_config_update_r()
4494 snd_config_update_t *local; in snd_config_update_r()
4495 snd_config_update_t *update; in snd_config_update_r()
4523 local = (snd_config_update_t *)calloc(1, sizeof(snd_config_update_t)); in snd_config_update_r()
4732 int snd_config_update_free(snd_config_update_t *update) in snd_config_update_free()
/third_party/alsa-lib/src/control/
Dnamehint.c588 snd_config_update_t *local_config_update = NULL; in snd_device_name_hint()