Loading hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -4563,7 +4563,7 @@ exit: out_get_sample_rate(&out->stream.common)); if (audio_extn_passthru_is_passthrough_stream(out)) { ALOGE("%s: write error, ret = %ld", __func__, ret); ALOGE("%s: write error, ret = %zd", __func__, ret); ATRACE_END(); return ret; } Loading Loading
hal/audio_hw.c +1 −1 Original line number Diff line number Diff line Loading @@ -4563,7 +4563,7 @@ exit: out_get_sample_rate(&out->stream.common)); if (audio_extn_passthru_is_passthrough_stream(out)) { ALOGE("%s: write error, ret = %ld", __func__, ret); ALOGE("%s: write error, ret = %zd", __func__, ret); ATRACE_END(); return ret; } Loading