rda5802: don't use the si4700-specific exceptions for putting the tuner to sleep
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29984 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
331b23d15b
commit
6672766dfe
1 changed files with 1 additions and 3 deletions
|
@ -274,9 +274,7 @@ int rda5802_set(int setting, int value)
|
|||
{
|
||||
switch (setting) {
|
||||
case RADIO_SLEEP:
|
||||
if (value != 2) {
|
||||
rda5802_sleep(value);
|
||||
}
|
||||
rda5802_sleep(value);
|
||||
break;
|
||||
|
||||
case RADIO_FREQUENCY:
|
||||
|
|
Loading…
Reference in a new issue