aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorLiam Girdwood <lg@opensource.wolfsonmicro.com>2008-07-08 13:20:39 +0100
committerJaroslav Kysela <perex@perex.cz>2008-07-10 09:32:52 +0200
commitac8615baf279f9bcb90c8ae017321d63a94e1762 (patch)
treee593bf032e8dcc08a01c69e53b27cc6fcb7416cb /sound
parentALSA: asoc: machines - add Digital Audio Interface (DAI) control functions. (diff)
downloadlinux-dev-ac8615baf279f9bcb90c8ae017321d63a94e1762.tar.xz
linux-dev-ac8615baf279f9bcb90c8ae017321d63a94e1762.zip
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 <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/n810.c2
1 files changed, 1 insertions, 1 deletions
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);
}