summaryrefslogtreecommitdiff
path: root/apps/codecs/a52.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/a52.c')
-rw-r--r--apps/codecs/a52.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c
index 3d0c35d7f7..b7190be71b 100644
--- a/apps/codecs/a52.c
+++ b/apps/codecs/a52.c
@@ -154,7 +154,7 @@ next_track:
154 while (!ci->taginfo_ready) 154 while (!ci->taginfo_ready)
155 ci->yield(); 155 ci->yield();
156 156
157 ci->configure(DSP_SET_FREQUENCY, (long *)(ci->id3->frequency)); 157 ci->configure(DSP_SWITCH_FREQUENCY, (long *)(ci->id3->frequency));
158 158
159 /* Intialise the A52 decoder and check for success */ 159 /* Intialise the A52 decoder and check for success */
160 state = a52_init(0); 160 state = a52_init(0);