commit | f6061733a96314ccb732efe6c91357d66f8970af | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 22 19:13:44 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 03 10:29:39 2023 +0200 |
tree | 5abdb6f35d1cb78f5a46d4b7c79384070a317066 | |
parent | aaa6a6f93dc88f9201b9872fa64a565d52628208 [diff] |
audio: allow returning an error from the driver init An error is already printed by audio_driver_init, but we can make it more precise if the driver can return an Error *. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>