# # Makefile for ALSA # Copyright (c) 2001 by Jaroslav Kysela # snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o />
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-12-23 11:21:10 +0200
committerMark Brown <broonie@kernel.org>2016-12-31 18:43:11 +0000
commit63c3194b82530bd71fd49db84eb7ab656b8d404a (patch)
treec21e4e4467dc29598477b248a2aecdb5374174e0 /net/netfilter
parenta5de5b74a50113564a1e0850e2da96c37c35e55d (diff)
ASoC: tlv320aic3x: Mark the RESET register as volatile
The RESET register only have one self clearing bit and it should not be cached. If it is cached, when we sync the registers back to the chip we will initiate a software reset as well, which is not desirable. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/netfilter')