aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorLiam Girdwood <lrg@ti.com>2011-07-24 15:59:51 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:29 -0400
commitaa5091322fc6c7f63b84b5c911158362ddb16a92 (patch)
treec1c60a6ab336a699d1ef61de4bd0c39bd2c01c52 /sound
parent17fa462c1d4829d87a805534dc4d21b049fa804c (diff)
Subject: [PATCH 096/104] HAL: tmp hack - export pingpong_player_id
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/omap/abe/abe_dat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/abe/abe_dat.c b/sound/soc/omap/abe/abe_dat.c
index 8e42cac29ac..62ec79121f2 100644
--- a/sound/soc/omap/abe/abe_dat.c
+++ b/sound/soc/omap/abe/abe_dat.c
@@ -428,6 +428,7 @@ u32 abe_global_sequence_mask;
428abe_seq_t abe_active_sequence[MAXACTIVESEQUENCE][MAXSEQUENCESTEPS]; 428abe_seq_t abe_active_sequence[MAXACTIVESEQUENCE][MAXSEQUENCESTEPS];
429/* index of the plugged subroutine doing ping-pong cache-flush DMEM accesses */ 429/* index of the plugged subroutine doing ping-pong cache-flush DMEM accesses */
430u32 abe_irq_pingpong_player_id; 430u32 abe_irq_pingpong_player_id;
431EXPORT_SYMBOL(abe_irq_pingpong_player_id);
431/* index of the plugged subroutine doing acoustics protection adaptation */ 432/* index of the plugged subroutine doing acoustics protection adaptation */
432u32 abe_irq_aps_adaptation_id; 433u32 abe_irq_aps_adaptation_id;
433/* base addresses of the ping pong buffers in bytes addresses */ 434/* base addresses of the ping pong buffers in bytes addresses */