Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b2c9ef7 authored by Vignesh Kulothungan's avatar Vignesh Kulothungan Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: codecs: remove swr dmic driver ops

Remove soundwire driver ops to avoid deadlock during audio 
sub system restart. 
Handle SWR DMICs enable/disable during usecase.

CRs-Fixed: 2648763
Change-Id: I73cc95ae389da9dee742544f29ceca9d9b7ac9c6
parent f34687bd
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -701,9 +701,6 @@ static struct swr_driver swr_dmic_driver = {
	.probe = swr_dmic_probe,
	.remove = swr_dmic_remove,
	.id_table = swr_dmic_id,
	.device_up = swr_dmic_up,
	.device_down = swr_dmic_down,
	.reset_device = swr_dmic_reset,
};

static int __init swr_dmic_init(void)