commit | 82fb073863ffe288e7c59e8404f1c8671792938c | [log] [tgz] |
---|---|---|
author | Banajit Goswami <bgoswami@codeaurora.org> | Fri May 26 16:35:08 2017 -0700 |
committer | Banajit Goswami <bgoswami@codeaurora.org> | Wed Jun 14 11:11:44 2017 -0700 |
tree | 4f3d11d6f8aaacd8ad656fc88b40e7779e6ef557 | |
parent | 4984186d845852b88f1325af413e53e48d52cbf4 [diff] |
ASoC: msm8998: fix clock refcount for MI2S/AUXPCM shutdown For MI2S and AUXPCM 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. Change-Id: I5ce4590d2a2030f9d00f1dba9577396f7685a87b Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org>