commit | e0582ba3f2e29d5a32460ef5efa3b5a15e69f2de | [log] [tgz] |
---|---|---|
author | Laxminath Kasam <lkasam@codeaurora.org> | Sat Mar 04 16:58:20 2017 +0530 |
committer | Banajit Goswami <bgoswami@codeaurora.org> | Sun Apr 02 03:12:28 2017 -0700 |
tree | d1ac0190aafd6394eb006867774d965803e3fe87 | |
parent | c50e849e99abd62adf15c93eeef97d615232dd30 [diff] |
ASoC: codecs: Fix override of codec driver private data In SDM660 internal codec drivers, both platform dev probe and snd_soc codec probe allocate different structures but update allocated address pointer to same driver data info. This causes override of earlier structure location. Combine the structures to make single codec private data. CRs-Fixed: 2012230, 2013959 Change-Id: I6c6c43f408fb00003ca43d78919f54ba87f37ffd Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>