[alsa-devel] [PATCH] asoc: n810 - fix build error.
8 Jul
2008
8 Jul
'08
3:20 p.m.
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 --- 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
5974
Age (days ago)
5974
Last active (days ago)
0 comments
1 participants
participants (1)
-
Liam Girdwood