commit | b68d1027647b95d50375f482ff27638405effc54 | [log] [tgz] |
---|---|---|
author | Aditya Bavanari <abavanar@codeaurora.org> | Mon Jan 08 19:14:41 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Jan 10 23:09:33 2018 -0800 |
tree | d132754375857e5d39b8aa1a7617c236b16e9a45 | |
parent | 140a80a114fa6e3928b36b50635b0e463ab7980b [diff] |
ASoC: sdm670: fix clock refcount for MI2S shutdown For MI2S shutdown, if clock disable is failed, do not bother to re-increment clock reference. Otherwise, next time when startup is called, clock enable will not be called again, so use case will not work. CRs-Fixed: 2166356 Change-Id: Ic7a93a5f20eaabed93d0cd94d76d09f0f1c869fd Signed-off-by: Aditya Bavanari <abavanar@codeaurora.org>