forked from len0rd/rockbox
* move audio settings into audio codec drivers
* add mas35xx driver for all mas35xx targets. Later mas35xx code from sound.c will move to this new driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e7075db2a7
commit
cdbf33adf7
22 changed files with 336 additions and 133 deletions
|
@ -207,6 +207,8 @@ drivers/audio/wm8731l.c
|
|||
drivers/audio/as3514.c
|
||||
#elif defined(HAVE_TLV320)
|
||||
drivers/audio/tlv320.c
|
||||
#elif defined(HAVE_MAS35XX)
|
||||
drivers/audio/mas35xx.c
|
||||
#endif /* defined(HAVE_*) */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue