commit | 21ba077504fa20706cb667b6e9dd3e98d4190b97 | [log] [tgz] |
---|---|---|
author | Vatsal Bucha <vbucha@codeaurora.org> | Fri Feb 28 20:36:46 2020 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sat Mar 07 22:08:02 2020 -0800 |
tree | 9b839e7a9e5d78a4e9f86b9c574905544bda861a | |
parent | 4e8e51f80e7c392c36dd8506ad520ac681994b16 [diff] |
soc: swr-mstr: Fix headset not detetcted issue on devnum 0 detached Headset is not detected if devnum 0 gets detached at bootup. This is because on detach being called hw will mask interrupt at slave side but will not unmask it afterwards. Also device 0 is used only for discovery purpose and interrupt shouldnt be masked if it detaches. Change-Id: I78d47243ef67ea5ee1fe3badaec94e596bc8faf3 Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>