rockbox/firmware/target/arm/s3c2440/mini2440
2010-05-24 16:42:32 +00:00
..
adc-target.h
backlight-mini2440.c
backlight-target.h
button-mini2440.c
button-target.h
lcd-target.h
led-mini2440.c
led-mini2440.h
pcm-mini2440.c Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
power-mini2440.c
powermgmt-mini2440.c
touchscreen-mini2440.c
touchscreen-target.h