diff options
author | Bard Liao <bardliao@realtek.com> | 2014-11-18 03:50:18 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-25 07:09:48 -0500 |
commit | 2d4e2d020516632288e8c8d1f8be2f3042d6b8de (patch) | |
tree | 03c53e6f15db3d4f3b6027f4d1f23213ac209ffe /include/sound/rt5645.h | |
parent | 471f208af987a3741757c169c4e2ad984359000b (diff) |
ASoC: rt5645: multiple JD mode support
There are 3 JD modes in RT5645. This patch configure register
values according to platform data.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5645.h')
-rw-r--r-- | include/sound/rt5645.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rt5645.h b/include/sound/rt5645.h index 937f421bc66b..120d9610054e 100644 --- a/include/sound/rt5645.h +++ b/include/sound/rt5645.h | |||
@@ -26,6 +26,7 @@ struct rt5645_platform_data { | |||
26 | 26 | ||
27 | /* true if codec's jd function is used */ | 27 | /* true if codec's jd function is used */ |
28 | bool en_jd_func; | 28 | bool en_jd_func; |
29 | unsigned int jd_mode; | ||
29 | }; | 30 | }; |
30 | 31 | ||
31 | #endif | 32 | #endif |