ASoC: tlv320aic3x: no mono controls 3007 model
authorJan Weitzel <j.weitzel@phytec.de>
Thu, 5 Dec 2013 08:54:02 +0000 (09:54 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 9 Dec 2013 18:00:38 +0000 (18:00 +0000)
if codec driver is used for AIC3X_MODEL_3007 the mono iout controls overwrite
registers for class-d amplifier.
classd amplifier controls are only used for AIC3X_MODEL_3007.

Removing all mono snd_kcontrol_new, snd_soc_dapm_widget, snd_soc_dapm_route
and aic3x_init stuff from common code and call only for not AIC3X_MODEL_3007
codecs.

Testet only with AIC3X_MODEL_3007

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found