Re: [PATCH 1/2] hw/audio/intel-hda: don't reset codecs twice

2022-10-17 Thread Philippe Mathieu-Daudé
On 14/10/22 16:26, Peter Maydell wrote: Currently the intel-hda device has a reset method which manually resets all the codecs by calling device_legacy_reset() on them. This means they get reset twice, once because child devices on a qbus get reset before the parent device's reset method is call

[PATCH 1/2] hw/audio/intel-hda: don't reset codecs twice

2022-10-14 Thread Peter Maydell
Currently the intel-hda device has a reset method which manually resets all the codecs by calling device_legacy_reset() on them. This means they get reset twice, once because child devices on a qbus get reset before the parent device's reset method is called, and then again because we're manually