Searched refs:local_config_rw (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 588 snd_config_t *conf, *local_config = NULL, *local_config_rw = NULL; in snd_device_name_hint() local 598 err = snd_config_copy(&local_config_rw, local_config); in snd_device_name_hint() 628 err = add_card(local_config, local_config_rw, &list, card); in snd_device_name_hint() 630 add_software_devices(local_config, local_config_rw, &list); in snd_device_name_hint() 638 err = add_card(local_config, local_config_rw, &list, card); in snd_device_name_hint() 670 if (local_config_rw) in snd_device_name_hint() 671 snd_config_delete(local_config_rw); in snd_device_name_hint()
|
Completed in 1 milliseconds