commit | 6258e3c9830060e7e7c278872b929aa9b322ed0d | [log] [tgz] |
---|---|---|
author | Vidyakumar Athota <vathota@codeaurora.org> | Wed Jan 04 11:46:17 2017 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Mar 31 12:30:12 2017 -0700 |
tree | b1a2b704469f768416cb1ad21aea1f0128d25fd3 | |
parent | f8cd3718ac34f48f84395c476e946d3b4e63df19 [diff] |
drivers: mfd: fix audio mute issue after ADSP SSR Native audio playback is muted after adsp subsystem restart, because codec device_reset() API is called even before device_down() API finishes execution. This causes audio to mute, as codec is not in proper reset state. Add new lock to synchronize codec subsystem restart APIs. Change-Id: I2366f8b04fc6cb7d874661b948c3e9af10470107 Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>