Skip to content

Commit

Permalink
ALSA: asoc: n810 - fix build error.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Jul 10, 2008
1 parent 64105cf commit ac8615b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/n810.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ac8615b

Please sign in to comment.