Skip to content

Commit

Permalink
sound: db820c ifc regmap range modified
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaysimha committed Jan 27, 2020
1 parent 903b635 commit c42d4fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sound/soc/codecs/wcd9335.c
Expand Up @@ -5233,12 +5233,12 @@ static const struct regmap_range_cfg wcd9335_ifc_ranges[] = {
{
.name = "WCD9335-IFC-DEV",
.range_min = 0x0,
.range_max = WCD9335_MAX_REGISTER,
.selector_reg = WCD9335_SEL_REGISTER,
.range_max = WCD9335_REG(0, 0x7ff),
.selector_reg = WCD9335_REG(0, 0x0),
.selector_mask = 0xfff,
.selector_shift = 0,
.window_start = 0x800,
.window_len = 0x400,
.window_start = 0x0,
.window_len = 0x1000,
},
};

Expand Down

0 comments on commit c42d4fe

Please sign in to comment.