RE: [PATCH 0/3] ASoC: da7219: Reorganise device/codec level probe/remove

From: Adam Thomson
Date: Tue Aug 18 2020 - 13:17:08 EST


On 18 August 2020 17:39, Zhi, Yong wrote:

> > This patch set reorganises and fixes device and codec level probe/remove
> > handling within the driver, to allow clean probe and remove at the codec level.
> >
> > This set relates to an issue raised by Yong Zhi where a codec level re-probe
> > would fail due to clks still being registered from the previous instantiation.
> > In addition some improvements around regulator handling and soft reset have
> > also been included.
> >
>
> Just to let you know that I tested this series on the JSL platform, the original issue
> was resolved, also sanity checked basic use case like plug/unplug and
> suspend/resume, no regression found.
>
> thanks,
> yong

That's great. Many thanks for verifying your side.