Re: [PATCH] drm/msm/dp: unregister audio driver during unbind

2023-04-28 Thread Abhinav Kumar
On Fri, 21 Apr 2023 15:56:57 +0100, Srinivas Kandagatla wrote: > while binding the code always registers a audio driver, however there > is no corresponding unregistration done in unbind. This leads to multiple > redundant audio platform devices if dp_display_bind and dp_display_unbind > happens

Re: [PATCH] drm/msm/dp: unregister audio driver during unbind

2023-04-21 Thread Abhinav Kumar
On 4/21/2023 7:56 AM, Srinivas Kandagatla wrote: while binding the code always registers a audio driver, however there is no corresponding unregistration done in unbind. This leads to multiple redundant audio platform devices if dp_display_bind and dp_display_unbind happens multiple times duri

[PATCH] drm/msm/dp: unregister audio driver during unbind

2023-04-21 Thread Srinivas Kandagatla
while binding the code always registers a audio driver, however there is no corresponding unregistration done in unbind. This leads to multiple redundant audio platform devices if dp_display_bind and dp_display_unbind happens multiple times during startup. On X13s platform this resulted in 6 to 9 a