Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. target thumb C: libzipfile <= system/core/libzipfile/centraldir.c
  2. target thumb C: libzipfile <= system/core/libzipfile/zipfile.c
  3. target StaticLib: libunz (/home/julian/saosp/out/target/product/ville/obj/STATIC_LIBRARIES/libunz_intermediates/libunz.a)
  4. target thumb C: alsaucm_test <= hardware/qcom/audio/legacy/libalsa-intf/alsaucm_test.c
  5. target thumb C: libalsa-intf <= hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c
  6. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c: In function 'mixer_dump':
  7. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c:240:9: warning: pointer targets in passing argument 1 of 'is_volume' differ in signedness [-Wpointer-sign]
  8. ALOGV("%4d %5s %3d %3d %3d %3d %c%c%c%c%c%c%c%c%c %-6s %8d %s",
  9. ^
  10. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c:78:12: note: expected 'const char *' but argument is of type 'unsigned char *'
  11. static int is_volume(const char *name, enum ctl_type *type)
  12. ^
  13. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c: In function 'mixer_ctl_read_tlv':
  14. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c:345:14: error: 'SNDRV_CTL_TLVT_DB_SCALE' undeclared (first use in this function)
  15. case SNDRV_CTL_TLVT_DB_SCALE: {
  16. ^
  17. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c:345:14: note: each undeclared identifier is reported only once for each function it appears in
  18. hardware/qcom/audio/legacy/libalsa-intf/alsa_mixer.c:368:14: error: 'SNDRV_CTL_TLVT_DB_LINEAR' undeclared (first use in this function)
  19. case SNDRV_CTL_TLVT_DB_LINEAR: {
  20. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement