diff options
Diffstat (limited to 'lib/rbcodec/dsp/tdspeed.c')
-rw-r--r-- | lib/rbcodec/dsp/tdspeed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/dsp/tdspeed.c b/lib/rbcodec/dsp/tdspeed.c index 64cbaf5e12..7a9d818f19 100644 --- a/lib/rbcodec/dsp/tdspeed.c +++ b/lib/rbcodec/dsp/tdspeed.c @@ -521,8 +521,8 @@ static intptr_t tdspeed_new_format(struct dsp_proc_entry *this, (void)this; } -static void INIT_ATTR tdspeed_dsp_init(struct tdspeed_state_s *st, - enum dsp_ids dsp_id) +static void tdspeed_dsp_init(struct tdspeed_state_s *st, + enum dsp_ids dsp_id) { /* everything is at 100% until dsp_set_timestretch is called with some other value and timestretch is enabled at the time */ |