Loading asoc/codecs/wcd-dsp-mgr.c +2 −0 Original line number Diff line number Diff line Loading @@ -1091,6 +1091,8 @@ static void wdsp_mgr_unbind(struct device *dev) struct wdsp_cmpnt *cmpnt; int idx; cancel_work_sync(&wdsp->load_fw_work); component_unbind_all(dev, wdsp->ops); wdsp_mgr_debugfs_remove(wdsp); Loading Loading
asoc/codecs/wcd-dsp-mgr.c +2 −0 Original line number Diff line number Diff line Loading @@ -1091,6 +1091,8 @@ static void wdsp_mgr_unbind(struct device *dev) struct wdsp_cmpnt *cmpnt; int idx; cancel_work_sync(&wdsp->load_fw_work); component_unbind_all(dev, wdsp->ops); wdsp_mgr_debugfs_remove(wdsp); Loading