summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-23 23:53:16 +0100
committerMark Brown <broonie@linaro.org>2013-09-24 19:32:56 +0100
commitf9df1ae6b59e5bb16d3094e9c1c8b6feeaf32aae (patch)
tree46fe5a71482222a1d3af64dec62f33514a3797f9 /sound/soc/codecs/tlv320aic3x.c
parent6f818e04fc8d3d413eeb3a689c7607f2a89ab568 (diff)
downloadop-kernel-dev-f9df1ae6b59e5bb16d3094e9c1c8b6feeaf32aae.zip
op-kernel-dev-f9df1ae6b59e5bb16d3094e9c1c8b6feeaf32aae.tar.gz
ASoC: tlv320aic3x: Move to table based control init
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r--sound/soc/codecs/tlv320aic3x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index de17a36..397a213 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -1369,8 +1369,6 @@ static int aic3x_probe(struct snd_soc_codec *codec)
(aic3x->setup->gpio_func[1] & 0xf) << 4);
}
- snd_soc_add_codec_controls(codec, aic3x_snd_controls,
- ARRAY_SIZE(aic3x_snd_controls));
if (aic3x->model == AIC3X_MODEL_3007)
snd_soc_add_codec_controls(codec, &aic3x_classd_amp_gain_ctrl, 1);
@@ -1428,6 +1426,8 @@ static struct snd_soc_codec_driver soc_codec_dev_aic3x = {
.remove = aic3x_remove,
.suspend = aic3x_suspend,
.resume = aic3x_resume,
+ .controls = aic3x_snd_controls,
+ .num_controls = ARRAY_SIZE(aic3x_snd_controls),
};
/*
OpenPOWER on IntegriCloud