summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/dsp/pbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/dsp/pbe.c')
-rw-r--r--lib/rbcodec/dsp/pbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/pbe.c b/lib/rbcodec/dsp/pbe.c
index 634849d91c..ca4e30ba0f 100644
--- a/lib/rbcodec/dsp/pbe.c
+++ b/lib/rbcodec/dsp/pbe.c
@@ -49,7 +49,7 @@ static int handle = -1;
static int pbe_buffer_alloc(void)
{
- handle = core_alloc("dsp_pbe_buffer", PBE_BUFSIZE);
+ handle = core_alloc(PBE_BUFSIZE);
return handle;
}