Home
last modified time | relevance | path

Searched refs:snd_config (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/test/lsb/
Dconfig.c145 TEST_CHECK(snd_config == NULL); in test_update()
147 TEST_CHECK(snd_config_get_type(snd_config) == SND_CONFIG_TYPE_COMPOUND); in test_update()
149 TEST_CHECK(snd_config_get_type(snd_config) == SND_CONFIG_TYPE_COMPOUND); in test_update()
151 TEST_CHECK(snd_config == NULL); in test_update()
/third_party/alsa-lib/src/
Dconf.c3916 snd_config_t *snd_config = NULL; variable
4654 err = snd_config_update_r(&snd_config, &snd_config_global_update, NULL); in snd_config_update()
4677 err = snd_config_update_r(&snd_config, &snd_config_global_update, NULL); in snd_config_update_ref()
4679 if (snd_config) { in snd_config_update_ref()
4681 snd_config->refcount++; in snd_config_update_ref()
4682 *top = snd_config; in snd_config_update_ref()
4757 if (snd_config) in snd_config_update_free_global()
4758 snd_config_delete(snd_config); in snd_config_update_free_global()
4759 snd_config = NULL; in snd_config_update_free_global()
5795 if (snd_config)
[all …]
/third_party/alsa-lib/include/
Dconf.h85 extern snd_config_t *snd_config;
/third_party/alsa-utils/amidi/
Damidi.c234 if (snd_config_search(snd_config, "rawmidi", &config) >= 0) { in rawmidi_list()
/third_party/alsa-lib/aserver/
Daserver.c1048 err = snd_config_search_definition(snd_config, "server", srvname, &conf); in main()