ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxes
commit909c2f32ca0629678e353343d69089f4e94ea974
authorJarkko Nikula <jhnikula@gmail.com>
Thu, 26 May 2011 08:37:02 +0000 (26 11:37 +0300)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 4 Jul 2011 17:44:29 +0000 (4 18:44 +0100)
tree13ac2b289bd9b49b1a41d258b74ce6938206bfae
parent5de705194e9883a39f993e2ff96028d5aab99b37
ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxes

Commit af46800 ("ASoC: Implement mux control sharing") revealed that
"Left Line1[L | R] Mux" and "Right Line1[L | R] Mux" widgets were pointing
to the same kcontrols and codec registers and thus soc-core falsely detected
them as shared controls. This is actually wrong since there are separate
registers in hardware that configure Line1L to RADC and Line1R to LADC cross
connects so these muxes should not be shared.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/tlv320aic3x.c