Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. target thumb C++: libpixelflinger <= system/core/libpixelflinger/clear.cpp
  2. device/samsung/t0lte/audio/audio_hw.c: In function 'end_call':
  3. device/samsung/t0lte/audio/audio_hw.c:505:32: error: 'DEVICE_BT_SCO_RX_ACDB_ID' undeclared (first use in this function)
  4. device/samsung/t0lte/audio/audio_hw.c:505:32: note: each undeclared identifier is reported only once for each function it appears in
  5. device/samsung/t0lte/audio/audio_hw.c: In function 'set_incall_device':
  6. device/samsung/t0lte/audio/audio_hw.c:530:33: error: 'TTY_OFF' undeclared (first use in this function)
  7. device/samsung/t0lte/audio/audio_hw.c:534:25: error: 'DEVICE_HANDSET_RX_ACDB_ID' undeclared (first use in this function)
  8. device/samsung/t0lte/audio/audio_hw.c:535:25: error: 'DEVICE_HANDSET_TX_ACDB_ID' undeclared (first use in this function)
  9. device/samsung/t0lte/audio/audio_hw.c:541:25: error: 'DEVICE_SPEAKER_MONO_RX_ACDB_ID' undeclared (first use in this function)
  10. device/samsung/t0lte/audio/audio_hw.c:542:25: error: 'DEVICE_SPEAKER_TX_ACDB_ID' undeclared (first use in this function)
  11. device/samsung/t0lte/audio/audio_hw.c:547:25: error: 'DEVICE_HEADSET_RX_ACDB_ID' undeclared (first use in this function)
  12. device/samsung/t0lte/audio/audio_hw.c:548:25: error: 'DEVICE_HEADSET_TX_ACDB_ID' undeclared (first use in this function)
  13. device/samsung/t0lte/audio/audio_hw.c:555:29: error: 'DEVICE_BT_SCO_RX_ACDB_ID' undeclared (first use in this function)
  14. device/samsung/t0lte/audio/audio_hw.c:556:29: error: 'DEVICE_BT_SCO_TX_ACDB_ID' undeclared (first use in this function)
  15. device/samsung/t0lte/audio/audio_hw.c: In function 'adev_set_parameters':
  16. device/samsung/t0lte/audio/audio_hw.c:2671:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  17. device/samsung/t0lte/audio/audio_hw.c:2674:17: warning: large integer implicitly truncated to unsigned type [-Woverflow]
  18. make: *** [/home/tmacgnolia/Backup-UPP/out/target/product/t0lte/obj/SHARED_LIBRARIES/audio.primary.smdk4x12_intermediates/audio_hw.o] Error 1
  19. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement