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:
Bertrik Sikken 2010-06-16 20:29:08 +00:00
parent 60d5f5050b
commit ff8e76e9e5
9 changed files with 126 additions and 121 deletions

View file

@ -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;
}