mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
si470x tuner: remove obsolete handling of special value 2 for RADIO_SLEEP
Change-Id: I2291a9f402ff0da03fe58933a33d67c2ac4f0332
This commit is contained in:
parent
48c248d02b
commit
3cb0d71759
1 changed files with 1 additions and 3 deletions
|
|
@ -447,9 +447,7 @@ int si4700_set(int setting, int value)
|
||||||
switch(setting)
|
switch(setting)
|
||||||
{
|
{
|
||||||
case RADIO_SLEEP:
|
case RADIO_SLEEP:
|
||||||
if (value != 2)
|
|
||||||
si4700_sleep(value);
|
si4700_sleep(value);
|
||||||
/* else actually it's 'pause' */
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RADIO_FREQUENCY:
|
case RADIO_FREQUENCY:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue