Commit 6d03242a7e47815ed56687ecd13f683d8da3f2fe fixes a memory leak by calling hda_close_stream() when performing audio setup. However, hda_close_stream() closes the audio device, which is a change in behavior because AUD_open_*() tries to keep the current device if it's already up and configured properly.
Paolo Paolo Bonzini (2): Revert "hw/audio/hda: fix memory leak on audio setup" hw/audio/hda: fix memory leak on audio setup hw/audio/hda-codec.c | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) -- 2.47.0