mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
The mystery FM chip in some Sansa Clip+ players has been identified as a RDA5802, so rename files and functions. Also fix several bugs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26871 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
60d5f5050b
commit
ff8e76e9e5
9 changed files with 126 additions and 121 deletions
|
|
@ -29,8 +29,8 @@ int tuner_detect_type(void)
|
|||
{
|
||||
if (si4700_detect()) {
|
||||
return SI4700;
|
||||
} else if (fmclipplus_detect()) {
|
||||
return FMCLIPPLUS;
|
||||
} else if (rda5802_detect()) {
|
||||
return RDA5802;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue