Hello All,
            I am beginner to android development area. I have created
one simple application which reads pcm raw data from file and write it
to device. But when i try to open device through "default" or "hw:0,0"
it gives me following error.

"
ALSA lib external/alsa-lib/src/dlmisc.c:126:(snd_dlsym_verify) unable
to verify
version for symbol snd_config_hook_load
ALSA lib external/alsa-lib/src/conf.c:2703:(snd_config_hooks_call)
symbol snd_co
nfig_hook_load is not defined inside (null)
ALSA lib external/alsa-lib/src/conf.c:3079:(snd_config_update_r) hooks
failed, r
emoving configuration"

             My android.mk file is as folllowed.

LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES:=                       \
    audio_renderer_test.c                               \
    ../src/picus_audio_renderer.c \

LOCAL_SHARED_LIBRARIES :=       \

LOCAL_MODULE:= audio_test

LOCAL_STATIC_LIBRARIES :=  asound    \

LOCAL_C_INCLUDES :=                             \
        $(LOCAL_PATH)                           \
    $(LOCAL_PATH)/../include        \

LOCAL_CFLAGS := \

include $(BUILD_EXECUTABLE)

               Please guide me and correct me if i am wrong at any
where.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to