1
0

ASoC: codecs: add device down ops for swr dmic

When SSR/PDR occurs during record usecase, swr dmic's need
to be shutdown before WCD938x is set to reset low, since swr dmic's
depend on WCD938x for mic bias.
The swr dmic's are shutdown from sound wire master
control during SSR/PDR via driver ops, before WCD938x is shutdown.

Change-Id: I987833b7f44692ff4c91954d65623a17f6b0abdc
Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
Este cometimento está contido em:
Vignesh Kulothungan
2020-04-21 17:17:39 -07:00
cometido por Gerrit - the friendly Code Review server
ascendente 93afa626ed
cometimento 7da74cbc8a

Ver ficheiro

@@ -706,6 +706,7 @@ static struct swr_driver swr_dmic_driver = {
.probe = swr_dmic_probe,
.remove = swr_dmic_remove,
.id_table = swr_dmic_id,
.device_down = swr_dmic_down,
};
static int __init swr_dmic_init(void)