From 943fef8e111bb25c9e372fbd69e968fb38906b20 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 27 Aug 2012 16:47:19 +0400 Subject: sound/soc/omap/omap-mcbsp.c: fix CONFIG_ARCH_OMAP3=y builds Signed-off-by: Andrey Konovalov --- sound/soc/omap/omap-mcbsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 5c936d8a5701..9d5e85c02a7c 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -625,7 +625,7 @@ static struct snd_soc_dai_driver omap_mcbsp_dai = { }, .ops = &mcbsp_dai_ops, }; -#if 0 +#ifdef CONFIG_ARCH_OMAP3 static int omap_mcbsp_st_info_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) { -- cgit v1.2.3