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
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
f34687bd3a
commit
3b2c9ef792
@@ -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)
|
||||
|
Reference in New Issue
Block a user