diff options
| author | Paolo Bonzini | 2022-04-27 12:26:48 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2022-05-14 12:33:44 +0200 |
| commit | eef5fdf3d57dccc25505179f717adf636764ba02 (patch) | |
| tree | 98c3f5c76d6a5e6c38690fc86000e2bd9f980894 /include | |
| parent | soundhw: remove ability to create multiple soundcards (diff) | |
| download | qemu-eef5fdf3d57dccc25505179f717adf636764ba02.tar.gz qemu-eef5fdf3d57dccc25505179f717adf636764ba02.tar.xz qemu-eef5fdf3d57dccc25505179f717adf636764ba02.zip | |
soundhw: extract soundhw help to a separate function
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/audio/soundhw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/audio/soundhw.h b/include/hw/audio/soundhw.h index e68685fcda..dec5c0cdca 100644 --- a/include/hw/audio/soundhw.h +++ b/include/hw/audio/soundhw.h @@ -7,6 +7,7 @@ void deprecated_register_soundhw(const char *name, const char *descr, int isa, const char *typename); void soundhw_init(void); +void show_valid_soundhw(void); void select_soundhw(const char *optarg); #endif |
