forked from len0rd/rockbox
Removed the bogus debugf.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7172 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cda55bbd6f
commit
ed6a271dfc
1 changed files with 0 additions and 1 deletions
|
@ -358,7 +358,6 @@ bool dsp_configure(int setting, void *value)
|
||||||
{
|
{
|
||||||
switch (setting) {
|
switch (setting) {
|
||||||
case DSP_SET_FREQUENCY:
|
case DSP_SET_FREQUENCY:
|
||||||
debugf("set frequency: %d\n", (int)value);
|
|
||||||
if ((int)value == 0) {
|
if ((int)value == 0) {
|
||||||
dsp_config.frequency = NATIVE_FREQUENCY;
|
dsp_config.frequency = NATIVE_FREQUENCY;
|
||||||
break ;
|
break ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue