mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Implement tea5767 tuner detection - FS#11714 by me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28493 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f174c3513b
commit
981a639ade
3 changed files with 25 additions and 2 deletions
|
@ -74,7 +74,8 @@ void tuner_init(void)
|
|||
#if (CONFIG_TUNER & TEA5767)
|
||||
TUNER_TYPE_CASE(TEA5767,
|
||||
tea5767_set,
|
||||
tea5767_get)
|
||||
tea5767_get,
|
||||
tea5767_init())
|
||||
#endif
|
||||
#if (CONFIG_TUNER & S1A0903X01)
|
||||
TUNER_TYPE_CASE(S1A0903X01,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue