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

Commit b76fb39d authored by Daniel Glöckner's avatar Daniel Glöckner Committed by Mark Brown
Browse files

s6105-ipcam: fix compilation



When the s6105-ipcam ASoC driver had been converted to the
multi-component API, a single reference to a former structure
element remained, blocking successful compilation.

Signed-off-by: default avatarDaniel Glöckner <daniel-gl@gmx.net>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 9e4ea718
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ static int s6105_aic3x_init(struct snd_soc_pcm_runtime *rtd)

	snd_soc_dapm_sync(codec);

	snd_ctl_add(codec->snd_card, snd_ctl_new1(&audio_out_mux, codec));
	snd_ctl_add(codec->card->snd_card, snd_ctl_new1(&audio_out_mux, codec));

	return 0;
}