summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2011-01-17 07:59:52 -0600
committerRicardo Neri <ricardo.neri@ti.com>2011-01-17 08:02:19 -0600
commit7b0bb716d74cfad68fca7c39a3b617798dabbaa5 (patch)
tree3f80a820a448683567c87e639fa1e1e6264dabf0
parent8b89f306aeecf6060eb250954720041c100590c3 (diff)
ASoC: OMAP4: Correct #if defined in HDMI DAI
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c
index 4933617d86aa..c2d593f9e4bb 100644
--- a/sound/soc/omap/omap-hdmi.c
+++ b/sound/soc/omap/omap-hdmi.c
@@ -61,7 +61,7 @@ static struct omap_pcm_dma_data omap_hdmi_dai_dma_params = {
.sync_mode = OMAP_DMA_SYNC_PACKET,
};
-#ifdef CONFIG_HDMI_NO_IP_MODULE
+#if defined(CONFIG_HDMI_NO_IP) || defined(CONFIG_HDMI_NO_IP_MODULE)
static void hdmi_hpd_notifier(int state, void *data)
{
struct snd_pcm_substream *substream = data;