| commit | cb94ff5f80c537e43c04fa4f071f1df784255310 | [log] [tgz] |
|---|---|---|
| author | Martin Kletzander <mkletzan@redhat.com> | Mon Oct 02 16:27:57 2023 +0200 |
| committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 03 10:29:40 2023 +0200 |
| tree | 18907d34d44c8e344ea2174c5bd80e6fa8dc5169 | |
| parent | 9dcb64c96073e9898105cdbef6553cfef0fadcdb [diff] |
audio: propagate Error * out of audio_init Starting from audio_driver_init, propagate errors via Error ** so that audio_init_audiodevs can simply pass &error_fatal, and AUD_register_card can signal faiure. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> [Reworked the audio/audio.c parts, while keeping Martin's hw/ changes. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>