]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_spdif: STL and STR registers are non volatile
authorZidan Wang <zidan.wang@freescale.com>
Mon, 26 Oct 2015 07:19:04 +0000 (15:19 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:06:01 +0000 (10:06 +0000)
commit5feeb77f9ebe68cd1bb36461b904bae324a7a52f
treeb7e936982cd55f9fb0dc04228450c924074f3957
parent1ca2e4247477254044d4f11650739535fbb45d74
ASoC: fsl_spdif: STL and STR registers are non volatile

STL and STR registers are writable and not readable. So they are non volatile.
Remove them from volatile list, and add default register value for them.

Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_spdif.c