mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
audio: add help option for -audio and -audiodev
add a simple help option for -audio and -audiodev to show the list of available drivers, and document them. Signed-off-by: Claudio Fontana <cfontana@suse.de> Message-Id: <20220908081441.7111-1-cfontana@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e121d7606b
commit
5e03b6daf6
4 changed files with 33 additions and 6 deletions
|
@ -171,6 +171,7 @@ void audio_sample_from_uint64(void *samples, int pos,
|
|||
void audio_define(Audiodev *audio);
|
||||
void audio_parse_option(const char *opt);
|
||||
bool audio_init_audiodevs(void);
|
||||
void audio_help(void);
|
||||
void audio_legacy_help(void);
|
||||
|
||||
AudioState *audio_state_by_name(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue