aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8993.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/wm8993.c')
-rw-r--r--sound/soc/codecs/wm8993.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c
index db51007a6a43..f814d2711b55 100644
--- a/sound/soc/codecs/wm8993.c
+++ b/sound/soc/codecs/wm8993.c
@@ -1604,13 +1604,13 @@ static int wm8993_probe(struct snd_soc_codec *codec)
1604 if (ret != 0) 1604 if (ret != 0)
1605 return ret; 1605 return ret;
1606 1606
1607 snd_soc_add_controls(codec, wm8993_snd_controls, 1607 snd_soc_add_codec_controls(codec, wm8993_snd_controls,
1608 ARRAY_SIZE(wm8993_snd_controls)); 1608 ARRAY_SIZE(wm8993_snd_controls));
1609 if (wm8993->pdata.num_retune_configs != 0) { 1609 if (wm8993->pdata.num_retune_configs != 0) {
1610 dev_dbg(codec->dev, "Using ReTune Mobile\n"); 1610 dev_dbg(codec->dev, "Using ReTune Mobile\n");
1611 } else { 1611 } else {
1612 dev_dbg(codec->dev, "No ReTune Mobile, using normal EQ\n"); 1612 dev_dbg(codec->dev, "No ReTune Mobile, using normal EQ\n");
1613 snd_soc_add_controls(codec, wm8993_eq_controls, 1613 snd_soc_add_codec_controls(codec, wm8993_eq_controls,
1614 ARRAY_SIZE(wm8993_eq_controls)); 1614 ARRAY_SIZE(wm8993_eq_controls));
1615 } 1615 }
1616 1616