forked from len0rd/rockbox
PCM playback for iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6210 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07218e5401
commit
8ffeab5fc9
3 changed files with 167 additions and 0 deletions
|
|
@ -70,7 +70,11 @@ drivers/fmradio_i2c.c
|
|||
tuner_philips.c
|
||||
#endif
|
||||
#endif
|
||||
#if CONFIG_I2C == I2C_H100
|
||||
drivers/i2c-h100.c
|
||||
#else
|
||||
drivers/i2c.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC != MASNONE
|
||||
drivers/mas.c
|
||||
#endif
|
||||
|
|
@ -107,3 +111,7 @@ bitswap.S
|
|||
descramble.S
|
||||
#endif
|
||||
drivers/lcd.S
|
||||
#if defined(IRIVER_H100) && !defined(SIMULATOR)
|
||||
drivers/uda1380.c
|
||||
pcm_playback.c
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue