summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index 9969b6f597..dfae463865 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -131,7 +131,6 @@ struct codec_api ci = {
131 enc_set_parameters, 131 enc_set_parameters,
132 enc_get_chunk, 132 enc_get_chunk,
133 enc_finish_chunk, 133 enc_finish_chunk,
134 enc_pcm_buf_near_empty,
135 enc_get_pcm_data, 134 enc_get_pcm_data,
136 enc_unget_pcm_data, 135 enc_unget_pcm_data,
137 136
@@ -141,15 +140,6 @@ struct codec_api ci = {
141 (read_func)read, 140 (read_func)read,
142 PREFIX(lseek), 141 PREFIX(lseek),
143 (write_func)write, 142 (write_func)write,
144
145#ifdef HAVE_ADJUSTABLE_CPU_FREQ
146#ifdef CPU_BOOST_LOGGING
147 cpu_boost_,
148#else
149 cpu_boost,
150#endif
151#endif
152
153 round_value_to_list32, 143 round_value_to_list32,
154 144
155#endif 145#endif