diff options
Diffstat (limited to 'include/sound/rt5677.h')
-rw-r--r-- | include/sound/rt5677.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/rt5677.h b/include/sound/rt5677.h index d9eb7d861cd0..a6207043ac3c 100644 --- a/include/sound/rt5677.h +++ b/include/sound/rt5677.h | |||
@@ -37,6 +37,9 @@ struct rt5677_platform_data { | |||
37 | OFF, GPIO4, GPIO5 and GPIO6 respectively */ | 37 | OFF, GPIO4, GPIO5 and GPIO6 respectively */ |
38 | unsigned int jd2_gpio; | 38 | unsigned int jd2_gpio; |
39 | unsigned int jd3_gpio; | 39 | unsigned int jd3_gpio; |
40 | |||
41 | /* Set MICBIAS1 VDD 1v8 or 3v3 */ | ||
42 | bool micbias1_vdd_3v3; | ||
40 | }; | 43 | }; |
41 | 44 | ||
42 | #endif | 45 | #endif |