Michael Trimarchi wrote:
> Hi,
>
> Michael Trimarchi wrote:
>   
>> Hi,
>>
>> I have fixed the alsa compilation problem on Eclair, I have to test because 
>> I just create some stub fuction
>> and I must read the source code of other device for understandig the new 
>> interface. So it is just to have
>> somenthing to start and compile.
>>
>> Michael
>>
>>   
>>     
> I have missed two function :)
>
> Michael
>
>   
out/target/product/fr/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a(A2dpAudioInterface.o):
 
In function `android::A2dpAudioInterface::A2dpAudioStreamOut::close_l()':
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:447:
 
undefined reference to `a2dp_cleanup'
out/target/product/fr/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a(A2dpAudioInterface.o):
 
In function `android::A2dpAudioInterface::A2dpAudioStreamOut::init()':
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:311:
 
undefined reference to `a2dp_init'
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:317:
 
undefined reference to `a2dp_set_sink'
out/target/product/fr/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a(A2dpAudioInterface.o):
 
In function 
`android::A2dpAudioInterface::A2dpAudioStreamOut::setAddress(char const*)':
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:410:
 
undefined reference to `a2dp_set_sink'
out/target/product/fr/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a(A2dpAudioInterface.o):
 
In function `android::A2dpAudioInterface::A2dpAudioStreamOut::standby()':
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:335:
 
undefined reference to `a2dp_stop'
out/target/product/fr/obj/STATIC_LIBRARIES/libaudiointerface_intermediates/libaudiointerface.a(A2dpAudioInterface.o):
 
In function `android::A2dpAudioInterface::A2dpAudioStreamOut::write(void 
const*, unsigned int)':
/home/michael/lavoro/android-eclair/frameworks/base/libs/audioflinger/A2dpAudioInterface.cpp:288:
 
undefined reference to `a2dp_write'
collect2: ld returned 1 exit status

Any example where I can try to implement this functions?

Michael

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to