Skip to content

Commit

Permalink
hal: Fix compliation when debug logs are enabled
Browse files Browse the repository at this point in the history
Change-Id: Iff27af28758a54784ccce517d78582c233472eb8
  • Loading branch information
hyperb1iss committed Nov 4, 2014
1 parent a69ecd3 commit e3682ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/msm8916/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ uint32_t platform_get_compress_offload_buffer_size(audio_offload_info_t* info)
if (info != NULL && info->has_video && info->is_streaming) {
fragment_size = COMPRESS_OFFLOAD_FRAGMENT_SIZE_FOR_AV_STREAMING;
ALOGV("%s: offload fragment size reduced for AV streaming to %d",
__func__, out->compr_config.fragment_size);
__func__, fragment_size);
}

fragment_size = ALIGN( fragment_size, 1024);
Expand Down

0 comments on commit e3682ce

Please sign in to comment.