1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-03-18 11:39:28 +00:00
parent 07218e5401
commit 8ffeab5fc9
3 changed files with 167 additions and 0 deletions

View file

@ -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