]> Pileus Git - ~andy/linux/commit
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)
commit58381da687742a3d8bbb98362152de8326a0c077
tree009b807967b2d550f3d4e2ab5ba5a84fb1ed00cd
parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae
ASoC: tlv320aic3x: no mono controls 3007 model

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>
sound/soc/codecs/tlv320aic3x.c