Searched refs:snd_config (Results 1 – 5 of 5) sorted by relevance
145 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()
3916 snd_config_t *snd_config = NULL; variable4654 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 …]
85 extern snd_config_t *snd_config;
234 if (snd_config_search(snd_config, "rawmidi", &config) >= 0) { in rawmidi_list()
1048 err = snd_config_search_definition(snd_config, "server", srvname, &conf); in main()