Commit ac8615ba authored by Liam Girdwood's avatar Liam Girdwood Committed by Jaroslav Kysela

ALSA: asoc: n810 - fix build error.

This patch adds a missing " that was recently introduced (removed)
in the DAI struct merge patch series.
Signed-off-by: default avatarLiam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 64105cfd
......@@ -63,7 +63,7 @@ static void n810_ext_control(struct snd_soc_codec *codec)
if (n810_dmic_func)
snd_soc_dapm_enable_pin(codec, "DMic");
else
snd_soc_dapm_disable_pin(codec, "DMic);
snd_soc_dapm_disable_pin(codec, "DMic");
snd_soc_dapm_sync(codec);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment