uvcvideo is also a kernel driver only. You also need a userspace layer as well as the audio. libcamera.so. I plan to share my code to the community soon.
Thanks Jackie On Wed, Feb 11, 2009 at 3:42 PM, bo wang <[email protected]> wrote: > hi , > > this is my load drivers , > > lsmod > fbcon > i95 > drm > cfbcopyarea > cfbillrect > cfbimgblt > font > bitblit > softcurosor > atl2 > > maybe i need uvcvedio... > > > Thanks , > Sam > > > 2009/2/11 bo wang <[email protected]> > > Dear jackis , >> >> I think i have use the sound driver. >> cat /proc/asound/version >> Advanced Linux Sound Architectrue Driver Version 1.0.16rc2 >> i find the 701Sd use realtek ALC269 and the 701 use realtek ALC662. >> why it not work ?i need recompile ? >> >> >> Thanks >> Sam >> >> >> >> >> >> >> 2009/2/11 Jackie Wu <[email protected]> >> >> The ALSA audio support has been added into Android projects. (Check >>> http://android.git.kernel.org/, alsa_sound and alsa-lib). You can get it >>> and make your audio work. The kernel already include ALSA driver. >>> >>> For the camera, you may need the uvcvideo kernel driver first. Then you >>> need to write a CameraHardwareInterface (generate libcamera.so) to make >>> camera work. You need to refer to the CameraHardwareStub.cpp >>> >>> Thanks >>> Jackie(Weihua) Wu >>> >>> >>> On Tue, Feb 10, 2009 at 11:34 AM, android-porting-epc < >>> [email protected]> wrote: >>> >>>> >>>> hi all, >>>> >>>> i porting android to epc 701sd , but sound cannot work , >>>> 701sd audio is different from 701 ,so can anybody tell me ? >>>> where can i get the driver ? >>>> >>>> i fount somebody porting android to 901 , i want know >>>> where can you get tht driver ?and you change the /modules and the >>>> init.rc ??? >>>> >>>> the camera cannot work.... >>>> >>>> Thanks, >>>> Sam >>>> >>> >> > > > > --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
