commit | 66d627d554a4284dad00b2039efd18e1c129cc2f | [log] [tgz] |
---|---|---|
author | Bard Liao <bardliao@realtek.com> | Fri Sep 26 11:06:40 2014 +0800 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 26 09:14:27 2014 +0100 |
tree | f5c43d3f5ff914dba949b4d0818cc16f3a0954b1 | |
parent | b7a297677540789b8fb35a6ce66c500739fb4bf9 [diff] |
ASoC: rt286: Fix sync function We try to write index registers into cache when we write an index register, but we change the reg value before updating the cache. As a result, the cache is never be updated. This patch will fix this issue. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org