Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. target arm C: audio.primary.msm8960 <= hardware/qcom/audio-caf/hal/audio_extn/ssr.c
  2. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_init':
  3. hardware/qcom/audio-caf/hal/msm8960/platform.c:236:5: warning: implicit declaration of function 'hw_info_init' [-Wimplicit-function-declaration]
  4. hardware/qcom/audio-caf/hal/msm8960/platform.c:236:22: warning: assignment makes pointer from integer without a cast [enabled by default]
  5. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_deinit':
  6. hardware/qcom/audio-caf/hal/msm8960/platform.c:340:5: warning: implicit declaration of function 'hw_info_deinit' [-Wimplicit-function-declaration]
  7. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_get_snd_device_name_extn':
  8. hardware/qcom/audio-caf/hal/msm8960/platform.c:358:56: error: 'DEVICE_NAME_MAX_SIZE' undeclared (first use in this function)
  9. hardware/qcom/audio-caf/hal/msm8960/platform.c:358:56: note: each undeclared identifier is reported only once for each function it appears in
  10. hardware/qcom/audio-caf/hal/msm8960/platform.c:359:9: warning: implicit declaration of function 'hw_info_append_hw_type' [-Wimplicit-function-declaration]
  11. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_add_backend_name':
  12. hardware/qcom/audio-caf/hal/msm8960/platform.c:372:28: error: 'SND_DEVICE_IN_BT_SCO_MIC_WB' undeclared (first use in this function)
  13. hardware/qcom/audio-caf/hal/msm8960/platform.c:376:27: error: 'SND_DEVICE_OUT_BT_SCO_WB' undeclared (first use in this function)
  14. hardware/qcom/audio-caf/hal/msm8960/platform.c: At top level:
  15. hardware/qcom/audio-caf/hal/msm8960/platform.c:471:5: error: conflicting types for 'platform_start_voice_call'
  16. In file included from hardware/qcom/audio-caf/hal/msm8960/platform.c:29:0:
  17. hardware/qcom/audio-caf/hal/platform_api.h:38:5: note: previous declaration of 'platform_start_voice_call' was here
  18. hardware/qcom/audio-caf/hal/msm8960/platform.c:491:5: error: conflicting types for 'platform_stop_voice_call'
  19. In file included from hardware/qcom/audio-caf/hal/msm8960/platform.c:29:0:
  20. hardware/qcom/audio-caf/hal/platform_api.h:39:5: note: previous declaration of 'platform_stop_voice_call' was here
  21. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_get_output_snd_device':
  22. hardware/qcom/audio-caf/hal/msm8960/platform.c:571:21: error: 'struct audio_device' has no member named 'tty_mode'
  23. hardware/qcom/audio-caf/hal/msm8960/platform.c:573:26: error: 'struct audio_device' has no member named 'tty_mode'
  24. hardware/qcom/audio-caf/hal/msm8960/platform.c:575:26: error: 'struct audio_device' has no member named 'tty_mode'
  25. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_get_input_snd_device':
  26. hardware/qcom/audio-caf/hal/msm8960/platform.c:659:17: error: 'struct audio_device' has no member named 'tty_mode'
  27. hardware/qcom/audio-caf/hal/msm8960/platform.c:662:29: error: 'struct audio_device' has no member named 'tty_mode'
  28. hardware/qcom/audio-caf/hal/msm8960/platform.c:673:21: error: 'struct audio_device' has no member named 'tty_mode'
  29. hardware/qcom/audio-caf/hal/msm8960/platform.c: In function 'platform_get_parameters':
  30. hardware/qcom/audio-caf/hal/msm8960/platform.c:873:5: warning: implicit declaration of function 'LOGE' [-Wimplicit-function-declaration]
  31. hardware/qcom/audio-caf/hal/audio_extn/ssr.c:34:40: fatal error: surround_filters_interface.h: No such file or directory
  32. compilation terminated.
  33. make: *** [/home/quechon/carbon-kk/out/target/product/d2mtr/obj/SHARED_LIBRARIES/audio.primary.msm8960_intermediates/audio_extn/ssr.o] Error 1
  34. make: *** Waiting for unfinished jobs....
  35. hardware/qcom/audio-caf/hal/audio_extn/audio_extn.c: In function 'audio_extn_dolby_get_snd_codec_id':
  36. hardware/qcom/audio-caf/hal/audio_extn/audio_extn.c:283:14: error: 'SND_AUDIOCODEC_EAC3' undeclared (first use in this function)
  37. hardware/qcom/audio-caf/hal/audio_extn/audio_extn.c:283:14: note: each undeclared identifier is reported only once for each function it appears in
  38. hardware/qcom/audio-caf/hal/audio_hw.c: In function 'enable_snd_device':
  39. hardware/qcom/audio-caf/hal/audio_hw.c:232:22: error: 'DEVICE_NAME_MAX_SIZE' undeclared (first use in this function)
  40. hardware/qcom/audio-caf/hal/audio_hw.c:232:22: note: each undeclared identifier is reported only once for each function it appears in
  41. hardware/qcom/audio-caf/hal/audio_hw.c:253:8: error: 'SND_DEVICE_OUT_USB_HEADSET' undeclared (first use in this function)
  42. hardware/qcom/audio-caf/hal/audio_hw.c:254:8: error: 'SND_DEVICE_OUT_SPEAKER_AND_USB_HEADSET' undeclared (first use in this function)
  43. hardware/qcom/audio-caf/hal/audio_hw.c:258:8: error: 'SND_DEVICE_IN_USB_HEADSET_MIC' undeclared (first use in this function)
  44. hardware/qcom/audio-caf/hal/audio_hw.c: In function 'disable_snd_device':
  45. hardware/qcom/audio-caf/hal/audio_hw.c:289:22: error: 'DEVICE_NAME_MAX_SIZE' undeclared (first use in this function)
  46. hardware/qcom/audio-caf/hal/audio_hw.c:312:12: error: 'SND_DEVICE_OUT_USB_HEADSET' undeclared (first use in this function)
  47. hardware/qcom/audio-caf/hal/audio_hw.c:313:12: error: 'SND_DEVICE_OUT_SPEAKER_AND_USB_HEADSET' undeclared (first use in this function)
  48. hardware/qcom/audio-caf/hal/audio_hw.c:317:12: error: 'SND_DEVICE_IN_USB_HEADSET_MIC' undeclared (first use in this function)
  49. make: *** [/home/quechon/carbon-kk/out/target/product/d2mtr/obj/SHARED_LIBRARIES/audio.primary.msm8960_intermediates/audio_extn/audio_extn.o] Error 1
  50. make: *** [/home/quechon/carbon-kk/out/target/product/d2mtr/obj/SHARED_LIBRARIES/audio.primary.msm8960_intermediates/audio_hw.o] Error 1
  51. make: *** [/home/quechon/carbon-kk/out/target/product/d2mtr/obj/SHARED_LIBRARIES/audio.primary.msm8960_intermediates/msm8960/platform.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement