forked from len0rd/rockbox
iAudio: First unfinished attempt for tlv320 driver and rockbox integration
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
095854b989
commit
14e80671af
8 changed files with 441 additions and 142 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#include "mas.h"
|
||||
#ifdef HAVE_UDA1380
|
||||
#include "uda1380.h"
|
||||
#elif HAVE_TLV320
|
||||
#include "tlv320.h"
|
||||
#endif
|
||||
#include "dac.h"
|
||||
#include "system.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue