Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6affc0d authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branches 'asoc/fix/adau1701' and 'asoc/fix/tlv320aic32x4' into asoc-linus

Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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,
	},
};