Skip to content

Commit

Permalink
Merge remote-tracking branches 'asoc/fix/adau1701' and 'asoc/fix/tlv3…
Browse files Browse the repository at this point in the history
…20aic32x4' into asoc-linus
  • Loading branch information
Mark Brown committed Jan 16, 2014
3 parents 7e22e91 + e20970a + e8e08c5 commit c6affc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sound/soc/codecs/adau1701.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

#define ADAU1701_SEROCTL_WORD_LEN_24 0x0000
#define ADAU1701_SEROCTL_WORD_LEN_20 0x0001
#define ADAU1701_SEROCTL_WORD_LEN_16 0x0010
#define ADAU1701_SEROCTL_WORD_LEN_16 0x0002
#define ADAU1701_SEROCTL_WORD_LEN_MASK 0x0003

#define ADAU1701_AUXNPOW_VBPD 0x40
Expand Down
4 changes: 2 additions & 2 deletions sound/soc/codecs/tlv320aic32x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ static const struct regmap_range_cfg aic32x4_regmap_pages[] = {
.selector_mask = 0xff,
.window_start = 0,
.window_len = 128,
.range_min = AIC32X4_PAGE1,
.range_max = AIC32X4_PAGE1 + 127,
.range_min = 0,
.range_max = AIC32X4_RMICPGAVOL,
},
};

Expand Down

0 comments on commit c6affc0

Please sign in to comment.