Browse Source
Currently, when given invalid settings, QEMU will print to stderr: A bug was just triggered in audio_mixeng_backend_open_out Save all your work and restart without audio I am sorry Context: audio: frequency=44100 nchannels=0 fmt=S16 endianness=little Now it will use error_report() and simply report: audio: Invalid audio settings: frequency=44100 nchannels=0 fmt=s16 endian=little Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com> Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>master
2 changed files with 10 additions and 36 deletions
Loading…
Reference in new issue