1
0
Fork 0
forked from len0rd/rockbox

iPod - Initial skeleton of an audio driver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8248 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-16 11:00:44 +00:00
parent d22938286e
commit a472ed5114
4 changed files with 404 additions and 10 deletions

View file

@ -143,6 +143,8 @@ drivers/lcd-h100-remote.c
#endif
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
drivers/uda1380.c
#elif defined(HAVE_WM8975) && !defined(SIMULATOR)
drivers/wm8975.c
#elif defined(HAVE_TLV320) && !defined(SIMULATOR)
drivers/tlv320.c
#endif