summaryrefslogtreecommitdiff
path: root/lib/rbcodec/dsp
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-05-05 00:48:40 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-05-05 00:48:40 -0400
commit3fd25dcbed6ef964b828698facf6cc15189441ca (patch)
tree80638257c551d1d8b063dca5a894f72603dfb0e9 /lib/rbcodec/dsp
parentfd00d3cf4815e8a5bd5ec3df405e449b2bd0083a (diff)
downloadrockbox-3fd25dcbed6ef964b828698facf6cc15189441ca.tar.gz
rockbox-3fd25dcbed6ef964b828698facf6cc15189441ca.zip
Purge the usage of DSP_SWITCH_FREQUENCY.
DSP_SWITCH_FREQUENCY has been deprecated and the same enumerated value as DSP_SET_FREQUENCY since major DSP revisions were committed. This task should have been performed much earlier but, oh well, do it now. Change-Id: I3f30d651b894136a07c7e17f78fc16a7d98631ff
Diffstat (limited to 'lib/rbcodec/dsp')
-rw-r--r--lib/rbcodec/dsp/dsp_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rbcodec/dsp/dsp_core.h b/lib/rbcodec/dsp/dsp_core.h
index 713190debc..d3cfdd133c 100644
--- a/lib/rbcodec/dsp/dsp_core.h
+++ b/lib/rbcodec/dsp/dsp_core.h
@@ -35,7 +35,6 @@ enum dsp_settings
35 DSP_INIT, /* For dsp_init */ 35 DSP_INIT, /* For dsp_init */
36 DSP_RESET, 36 DSP_RESET,
37 DSP_SET_FREQUENCY, 37 DSP_SET_FREQUENCY,
38 DSP_SWITCH_FREQUENCY = DSP_SET_FREQUENCY, /* deprecated */
39 DSP_SET_SAMPLE_DEPTH, 38 DSP_SET_SAMPLE_DEPTH,
40 DSP_SET_STEREO_MODE, 39 DSP_SET_STEREO_MODE,
41 DSP_FLUSH, 40 DSP_FLUSH,