From ac8615baf279f9bcb90c8ae017321d63a94e1762 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Tue, 8 Jul 2008 13:20:39 +0100 Subject: 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: Liam Girdwood Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/soc/omap/n810.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c index e53c055412c7..02cec96859b8 100644 --- a/sound/soc/omap/n810.c +++ b/sound/soc/omap/n810.c @@ -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); } -- cgit v1.2.3-59-g8ed1b