summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2011-04-07 08:44:19 +0100
committerAndy Green <andy.green@linaro.org>2011-04-07 08:44:19 +0100
commit376698b8b1fa595f76c7b00912e7bee1bae5cb1b (patch)
tree43c8e59638e7ba89637a276f32c19fc07d1a8b98
parent4ee61197f746a4af7b6eb90aad52940349490903 (diff)
ASoC: OMAP4: Remove old HDMI CPU DAI header
Remove old HDMI CPU DAI header. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--sound/soc/omap/omap-hdmi.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/sound/soc/omap/omap-hdmi.h b/sound/soc/omap/omap-hdmi.h
deleted file mode 100644
index be97e55c8ec..00000000000
--- a/sound/soc/omap/omap-hdmi.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * omap-hdmi.h
- *
- * Copyright (C) 2009 Texas Instruments
- *
- * Contact: Jorge Candelaria <x0107209@ti.com>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * version 2 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA
- *
- */
-
-#ifndef __OMAP_HDMI_H__
-#define __OMAP_HDMI_H__
-
-#ifndef CONFIG_HDMI_NO_IP_MODULE
-
-#define HDMI_WP 0x58006000
-#define HDMI_WP_AUDIO_DATA 0x8Cul
-
-extern void hdmi_audio_core_stub_init(void);
-#endif
-
-#endif /* End of __OMAP_HDMI_H__ */