forked from len0rd/rockbox
FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18886 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
92683778f6
commit
95726a5c23
4 changed files with 173 additions and 0 deletions
|
|
@ -1038,6 +1038,7 @@ target/arm/pcm-telechips.c
|
|||
#ifndef SIMULATOR
|
||||
target/arm/as3525/sansa-clip/lcd-ssd1303.c
|
||||
target/arm/as3525/sansa-clip/button-clip.c
|
||||
target/arm/as3525/as3525-codec.c
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_CLIP */
|
||||
|
||||
|
|
@ -1045,6 +1046,7 @@ target/arm/as3525/sansa-clip/button-clip.c
|
|||
#ifndef SIMULATOR
|
||||
target/arm/as3525/sansa-e200v2/lcd-e200v2.c
|
||||
target/arm/as3525/sansa-e200v2/button-e200v2.c
|
||||
target/arm/as3525/as3525-codec.c
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_E200V2 */
|
||||
|
||||
|
|
@ -1052,6 +1054,7 @@ target/arm/as3525/sansa-e200v2/button-e200v2.c
|
|||
#ifndef SIMULATOR
|
||||
target/arm/lcd-ssd1815.c
|
||||
target/arm/as3525/sansa-m200v2/button-m200v2.c
|
||||
target/arm/as3525/as3525-codec.c
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* SANSA_M200V2 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue