rockbox/firmware/export
Dave Chapman a1e2a52e3e iPod 3G - small audio fixes, but it still isn't working.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8850 a1c6a512-1295-4272-9138-f99709370657
2006-02-26 20:29:29 +00:00
..
adc.h Button driver for iAudio X5 2006-02-24 15:06:25 +00:00
ata.h
ata_mmc.h
audio.h Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
backlight.h
bidi.h
bitswap.h
buffer.h
button.h More iPod 3G work from Seven Le Mesle 2006-02-24 20:54:09 +00:00
config-fmrecorder.h
config-gigabeat.h first gigabeat commit 2006-02-24 15:42:52 +00:00
config-gmini120.h
config-gminisp.h
config-h100.h Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD 2006-02-17 22:38:38 +00:00
config-h120.h Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD 2006-02-17 22:38:38 +00:00
config-h300.h Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD 2006-02-17 22:38:38 +00:00
config-iaudiox5.h No X5 remote support just yet 2006-02-21 21:35:06 +00:00
config-ifp7xx.h Added GDB API - a way to call stub procedures from a DEBUG build. 2006-02-04 00:04:02 +00:00
config-ipod3g.h iPod 3G - initial (completely untested) attempt at audio support 2006-02-26 15:59:46 +00:00
config-ipod4g.h Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods. 2006-02-09 00:48:53 +00:00
config-ipodcolor.h Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods. 2006-02-09 00:48:53 +00:00
config-ipodmini.h Correct typo in comments 2006-02-21 16:31:53 +00:00
config-ipodnano.h Create an SDL sim for the iPod 4G Grayscale and also create an IPOD_ARCH define for all iPods. 2006-02-09 00:48:53 +00:00
config-ipodvideo.h iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00
config-ondiofm.h
config-ondiosp.h
config-player.h Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes. 2006-02-20 00:31:10 +00:00
config-recorder.h
config-recorderv2.h
config.h first gigabeat commit 2006-02-24 15:42:52 +00:00
cpu.h first gigabeat commit 2006-02-24 15:42:52 +00:00
debug.h Added GDB API - a way to call stub procedures from a DEBUG build. 2006-02-04 00:04:02 +00:00
disk.h preparations for hotswapping MMC 2005-01-28 21:32:16 +00:00
fat.h
fmradio.h
fmradio_i2c.h Philips tuner supported 2004-10-17 23:24:18 +00:00
font.h
gdb_api.h Mapped iFP DRAM to 0xc00000 and enabled caching in this area. 2006-02-12 23:16:05 +00:00
generic_i2c.h Generic bitbang I2C driver 2006-02-22 14:50:57 +00:00
hwcompat.h
i2c-coldfire.h
i2c-pp5002.h More iPod 3G changes from Seven Le Mesle, and some unification of the iPod code from me 2006-02-05 16:52:22 +00:00
i2c-pp5020.h
i2c.h
id3.h Patch #1421483 - AIFF codec by Jvo Studer 2006-02-01 16:42:02 +00:00
kernel.h More iPod 3G changes from Seven Le Mesle, and some unification of the iPod code from me 2006-02-05 16:52:22 +00:00
lcd-player-charset.h
lcd-remote.h Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD 2006-02-17 22:38:38 +00:00
lcd.h Foreground/Background colour settings. Based on patch #3050 by Jonathan Gordon, extended my me. The principle of the patch is that the three sliders contain the native ranges (currently 0..31, 0..63, 0..31), and the equivalent RGB888 colour is displayed underneath. The config block (and global_settings struct) contain the native value for the fg/bg colours (either RGB565 or RGB565SWAPPED), but the text .cfg files contain the RGB888 value written as 6 hex digits. 2006-02-26 02:48:05 +00:00
led.h
logf.h decrease to 30 2005-06-30 15:33:43 +00:00
mas.h
mcf5249.h
mcf5250.h Some corrections for MCF5250 2006-02-22 20:48:27 +00:00
mp3_playback.h
mp3data.h
mpeg.h
panic.h
pcf50605.h Fix iPod 4G grayscale warnings 2006-02-10 14:45:13 +00:00
pcf50606.h Not only H300 has a PCF50606 2006-02-21 21:33:27 +00:00
pcm_playback.h Rework PCM buffer 2006-02-07 20:38:55 +00:00
pcm_record.h
pnx0101.h
power.h 1. Updated battery_bench plugin: 2006-02-07 14:46:03 +00:00
powermgmt.h
pp5002.h iPod 3G - small audio fixes, but it still isn't working. 2006-02-26 20:29:29 +00:00
pp5020.h Commit additional defines needed by last commit. 2006-02-08 21:32:19 +00:00
profile.h
replaygain.h Added pre-amp setting for files with ReplayGain information. 2005-08-11 18:56:20 +00:00
rolo.h
rtc.h
serial.h
sh7034.h
sound.h Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
system.h iPod: Re-written audio driver. This brings it in line with changes to pcm playback system, and also appears to fix all the ipod-specific playback glitches 2006-02-07 20:49:13 +00:00
tcc730.h
thread.h
timer.h
tlv320.h iAudio X5: Corrected crappy code, just to make the damn thing compile 2006-02-03 23:59:41 +00:00
tuner.h
uda1380.h
usb.h
usb_serial.h Added non-blocking get/put_byte routines. 2006-02-03 23:28:53 +00:00
wm8731l.h iPod 3G - initial (completely untested) attempt at audio support 2006-02-26 15:59:46 +00:00
wm8758.h iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00
wm8975.h iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00