mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
add functionality to dump list of cards
This commit is contained in:
parent
344c934edb
commit
615e05584e
3 changed files with 60 additions and 4 deletions
|
|
@ -31,6 +31,7 @@ char *pa_sink_input_list_to_string(pa_core *c);
|
|||
char *pa_source_output_list_to_string(pa_core *c);
|
||||
char *pa_sink_list_to_string(pa_core *core);
|
||||
char *pa_source_list_to_string(pa_core *c);
|
||||
char *pa_card_list_to_string(pa_core *c);
|
||||
char *pa_client_list_to_string(pa_core *c);
|
||||
char *pa_module_list_to_string(pa_core *c);
|
||||
char *pa_scache_list_to_string(pa_core *c);
|
||||
|
|
@ -39,4 +40,3 @@ char *pa_autoload_list_to_string(pa_core *c);
|
|||
char *pa_full_status_string(pa_core *c);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue