commit | 6f18bcdaa24bae39c746b57b95af19ff3c41b17f | [log] [tgz] |
---|---|---|
author | Matt Flax <flatmax@flatmax.org> | Thu Aug 30 09:38:00 2018 +1000 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 31 15:57:03 2018 +0100 |
tree | 31947326b80d6aa468c6113845457f301926d149 | |
parent | db658f40cae33a9fddbd9ca5c35c6bbfbd593a82 [diff] |
ASoC: cs4265: SOC_SINGLE register value error fix The cs4265 driver declares the "MMTLR Data Switch" register setting with a 0 register value rather then the 0x12 register (CS4265_SPDIF_CTL2). This incorrect value causes alsamixer to fault with the output : cannot load mixer controls: Input/output error This patch corrects the register value. alsamixer now runs. Signed-off-by: Matt Flax <flatmax@flatmax.org> Signed-off-by: Mark Brown <broonie@kernel.org>