On 2/28/2022 6:52 PM, Mark Brown wrote:
Thanks for Your Time Brown!!!
On Mon, Feb 28, 2022 at 01:39:10PM +0530, Srinivasa Rao Mandadapu wrote:
+ ctrl->audio_cgcr = devm_reset_control_get_exclusive(dev, "swr_audio_cgcr");
+ if (IS_ERR(ctrl->audio_cgcr))
+ dev_err(dev, "Failed to get audio_cgcr reset required for soundwire-v1.6.0\n");
Doesn't this need a DT binding update?
DT binding included in another patch which was sent recently. As this
patch depends on clock driver patches didn't mention the below dependence.
https://patchwork.kernel.org/project/alsa-devel/list/?series=618579