Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dnamehint.c587 snd_config_t *conf, *local_config = NULL, *local_config_rw = NULL; in snd_device_name_hint() local
597 err = snd_config_copy(&local_config_rw, local_config); in snd_device_name_hint()
629 err = add_card(local_config, local_config_rw, &list, card); in snd_device_name_hint()
631 add_software_devices(local_config, local_config_rw, &list); in snd_device_name_hint()
639 err = add_card(local_config, local_config_rw, &list, card); in snd_device_name_hint()
671 if (local_config_rw) in snd_device_name_hint()
672 snd_config_delete(local_config_rw); in snd_device_name_hint()