summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSebastien Guiriec <s-guiriec@ti.com>2012-05-28 18:19:14 +0800
committerAndy Green <andy.green@linaro.org>2012-06-22 09:58:24 +0800
commit2cb30c0a379211a4b3189e1296a62b374b70dc2d (patch)
tree197e6643bb205e8e3a901ac4d473d276384f728d /sound
parent8bb11fba3d5e3acb0210eebf2587edb1d372f328 (diff)
downloadpanda-2cb30c0a379211a4b3189e1296a62b374b70dc2d.tar.gz
ASoC: OMAP ABE: Remove build warning for ABE port.
Remove build warning form ABE port initialization Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/abe/abe_dat.c2
-rw-r--r--sound/soc/omap/abe/abe_port.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/abe/abe_dat.c b/sound/soc/omap/abe/abe_dat.c
index 314c02932c5..fa01232c9a2 100644
--- a/sound/soc/omap/abe/abe_dat.c
+++ b/sound/soc/omap/abe/abe_dat.c
@@ -157,7 +157,7 @@
* / gain / name
*/
struct omap_aess_port abe_port[LAST_PORT_ID]; /* list of ABE ports */
-const struct omap_aess_port abe_port_init[LAST_PORT_ID] = {
+struct omap_aess_port abe_port_init[LAST_PORT_ID] = {
/* Status Data Format Drift Call-Back Protocol+selector desc_addr;
buf_addr; buf_size; iter; irq_addr irq_data DMA_T $Features
reseted at start Port Name for the debug trace */
diff --git a/sound/soc/omap/abe/abe_port.h b/sound/soc/omap/abe/abe_port.h
index ffd8fba32d7..e0284b9bf71 100644
--- a/sound/soc/omap/abe/abe_port.h
+++ b/sound/soc/omap/abe/abe_port.h
@@ -59,7 +59,7 @@
#ifndef _ABE_PORT_H_
#define _ABE_PORT_H_
-extern const struct omap_aess_port abe_port_init[];
+extern struct omap_aess_port abe_port_init[];
extern struct omap_aess_port abe_port[];
extern const u32 abe_port_priority[];