summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMargarita Olaya Cabrera <magi.olaya@ti.com>2010-09-29 14:27:05 -0500
committerSebastien Jan <s-jan@ti.com>2010-11-03 15:57:58 +0100
commit40528aec4f2c90d2e2d33444d0103d1553a7be3f (patch)
tree159d6b11fe96b9fbeee572b46b919bd8eb9ab948
parent55a32c2ab83213ab354d26730488c635ff6f83aa (diff)
ASoC: ABE DSP: Remove warnings
Signed-off-by: Margarita Olaya Cabrera <magi.olaya@ti.com>
-rw-r--r--sound/soc/omap/abe/abe_ext.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/omap/abe/abe_ext.c b/sound/soc/omap/abe/abe_ext.c
index e1c187189172..e80e67073b15 100644
--- a/sound/soc/omap/abe/abe_ext.c
+++ b/sound/soc/omap/abe/abe_ext.c
@@ -26,6 +26,7 @@
*/
void abe_default_irq_pingpong_player(void)
{
+#if 0
#define N_SAMPLES_MAX ((int)(1024)) /* ping-pong access to MM_DL at 48kHz Mono with 20ms packet sizes */
static s32 idx;
u32 i, dst, n_samples, n_bytes;
@@ -68,6 +69,7 @@ void abe_default_irq_pingpong_player(void)
abe_block_copy(COPY_FROM_HOST_TO_ABE, ABE_DMEM, dst,
(u32 *) &(temp[0]), n_bytes);
abe_set_ping_pong_buffer(MM_DL_PORT, n_bytes);
+#endif
}
/**
* abe_default_irq_pingpong_player_32bits
@@ -78,6 +80,7 @@ void abe_default_irq_pingpong_player(void)
*/
void abe_default_irq_pingpong_player_32bits(void)
{
+#if 0
/* ping-pong access to MM_DL at 48kHz Mono with 20ms packet sizes */
static s32 idx;
u32 i, dst, n_samples, n_bytes;
@@ -108,6 +111,7 @@ void abe_default_irq_pingpong_player_32bits(void)
abe_block_copy(COPY_FROM_HOST_TO_ABE, ABE_DMEM, dst,
(u32 *) &(temp[0]), n_bytes);
abe_set_ping_pong_buffer(MM_DL_PORT, n_bytes);
+#endif
}
/**
* abe_default_irq_aps_adaptation