diff options
| author | Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org> | 2015-07-20 23:18:01 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:12:50 -0700 |
| commit | 2b7260c155ea0120965525c9008eaa485aee8bfa (patch) | |
| tree | 3c8242012bb006f688a1b032fcd90aa6ab239fa7 /include/linux | |
| parent | 433d2262636f98e1ceba4715bfa7226285ab4c96 (diff) | |
ASoC: wcd: add support for wcd9326 codec
Use efuse register values, to differentiate between
wcd9326 and wcd9335 codecs.
Change-Id: I68e7ae5eb1717dccd0af975670ac3644304996b9
Signed-off-by: Yeleswarapu Nagaradhesh <nagaradh@codeaurora.org>
Signed-off-by: Simmi Pateriya <simmip@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rwxr-xr-x | include/linux/mfd/wcd9xxx/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/wcd9xxx/core.h b/include/linux/mfd/wcd9xxx/core.h index b0f4efcb72a6..af66a8ddfcf0 100755 --- a/include/linux/mfd/wcd9xxx/core.h +++ b/include/linux/mfd/wcd9xxx/core.h @@ -67,6 +67,7 @@ enum codec_variant { WCD9XXX, WCD9330, WCD9335, + WCD9326, }; enum { |
