diff options
| -rw-r--r-- | sound/soc/codecs/adau1701.c | 2 | ||||
| -rw-r--r-- | sound/soc/codecs/tlv320aic32x4.c | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/sound/soc/codecs/adau1701.c b/sound/soc/codecs/adau1701.c index ebff1128be59..adee866f463f 100644 --- a/sound/soc/codecs/adau1701.c +++ b/sound/soc/codecs/adau1701.c @@ -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 diff --git a/sound/soc/codecs/tlv320aic32x4.c b/sound/soc/codecs/tlv320aic32x4.c index 18cdcca9014c..385dec16eb8a 100644 --- a/sound/soc/codecs/tlv320aic32x4.c +++ b/sound/soc/codecs/tlv320aic32x4.c @@ -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,  	},  }; | 
