ascodec-target.h: remove

move prototypes to ascodec.h
move code to ascodec*.c

YPR0: use adc-as3514.c instead of duplicating it

TODO: merge as3514.h and ascodec.h ?

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31626 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-08 01:43:16 +00:00
parent 2737a66471
commit 8552824284
25 changed files with 181 additions and 338 deletions

View file

@ -5,7 +5,6 @@
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
* \/ \/ \/ \/ \/
* $Id: ascodec-target.h 26116 2010-05-17 20:53:25Z funman $
*
* Module wrapper for GPIO, using /dev/r0GPIO (r0Gpio.ko) of Samsung YP-R0
*
@ -51,4 +50,4 @@ int gpio_control(int request, int num, int mode, int val)
{
R0GPIOInfo r = { .num = num, .mode = mode, .val = val, };
return ioctl(r0_gpio_dev, request, &r);
}
}