Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d564345 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ASoC: wm8753 - Fix build error



sound/soc/codecs/wm8753.c: In function 'wm8753_probe':
sound/soc/codecs/wm8753.c:1577: error: implicit declaration of function 'wm8753_add_controls'

Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent e611bd82
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1574,7 +1574,8 @@ static int wm8753_probe(struct platform_device *pdev)
		goto pcm_err;
	}

	wm8753_add_controls(codec);
	snd_soc_add_controls(codec, wm8753_snd_controls,
			     ARRAY_SIZE(wm8753_snd_controls));
	wm8753_add_widgets(codec);
	ret = snd_soc_init_card(socdev);
	if (ret < 0) {