Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:3039:54: error: invalid application of 'sizeof' to an incomplete type 'struct snd_codec_metadata'
  2. return out->compr_config.fragment_size - sizeof(struct snd_codec_metadata);
  3. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:3039:68: note: forward declaration of 'struct snd_codec_metadata'
  5. return out->compr_config.fragment_size - sizeof(struct snd_codec_metadata);
  6. ^
  7. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:5381:38: error: no member named 'flags' in 'struct snd_codec'
  8. out->compr_config.codec->flags |= COMPRESSED_TIMESTAMP_FLAG;
  9. ~~~~~~~~~~~~~~~~~~~~~~~ ^
  10. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:5381:47: error: use of undeclared identifier 'COMPRESSED_TIMESTAMP_FLAG'
  11. out->compr_config.codec->flags |= COMPRESSED_TIMESTAMP_FLAG;
  12. ^
  13. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:5447:48: error: invalid application of 'sizeof' to an incomplete type 'struct snd_codec_metadata'
  14. out->compr_config.fragment_size += sizeof(struct snd_codec_metadata);
  15. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. hardware/qcom/audio-caf/msm8996/hal/audio_hw.c:5447:62: note: forward declaration of 'struct snd_codec_metadata'
  17. out->compr_config.fragment_size += sizeof(struct snd_codec_metadata);
  18. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement