[alsa-devel] [PATCH 2/3] mfd: wm5102: Mark additional registers as volatile
Charles Keepax
ckeepax at opensource.wolfsonmicro.com
Fri Jun 6 15:07:36 CEST 2014
On Fri, Jun 06, 2014 at 01:33:19PM +0100, Charles Keepax wrote:
> @@ -1878,6 +1875,9 @@ static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
> switch (reg) {
> case ARIZONA_SOFTWARE_RESET:
> case ARIZONA_DEVICE_REVISION:
> + case ARIZONA_WRITE_SEQUENCER_CTRL_0:
> + case ARIZONA_WRITE_SEQUENCER_CTRL_1:
> + case ARIZONA_WRITE_SEQUENCER_CTRL_2:
> case ARIZONA_OUTPUT_STATUS_1:
Just noticed that we are missing WRITE_SEQUENCER_CTRL_3 here, I
might hold off with this patch until:
mfd: wm5102: Mark register write sequencer control 3 readable
Has made it to a public MFD branch I can rebase onto, then I can
add that in too.
Thanks,
Charles
More information about the Alsa-devel
mailing list