[alsa-devel] [PATCH] asoc: n810 - fix build error.
Liam Girdwood
lg at opensource.wolfsonmicro.com
Tue Jul 8 14:20:39 CEST 2008
This patch adds a missing " that was recently introduced (removed)
in the DAI struct merge patch series.
Signed-off-by: Liam Girdwood <lg at opensource.wolfsonmicro.com>
---
sound/soc/omap/n810.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/omap/n810.c b/sound/soc/omap/n810.c
index e53c055..02cec96 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);
}
--
1.5.4.2
More information about the Alsa-devel
mailing list