Merge "ASoC: sm6150: Add logic to parse micbias from dt"

This commit is contained in:
Linux Build Service Account
2018-09-02 23:12:15 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 65 additions and 2 deletions

View File

@@ -77,7 +77,9 @@ struct wcd937x_priv {
struct wcd937x_micbias_setting {
u8 ldoh_v;
u32 cfilt1_mv;
u32 micb1_mv;
u32 micb2_mv;
u32 micb3_mv;
u8 bias1_cfilt_sel;
};