Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6e89493 authored by Mohd Mujahid Pasha's avatar Mohd Mujahid Pasha
Browse files

Resolve compilation errors in HAL projects

Change-Id: I23b3946f18706721a0777f20f3618bd389485f81
parent 939c563a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4477,7 +4477,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;
        }
+1 −1
Original line number Diff line number Diff line
@@ -6959,7 +6959,7 @@ int platform_set_channel_map(void *platform, int ch_count, char *ch_map, int snd
        set_values[i] = ch_map[i];
    }

    ALOGD("%s: set mapping(%ld %ld %ld %ld %ld %ld %ld %d) for channel:%d", __func__,
    ALOGD("%s: set mapping(%ld %ld %ld %ld %ld %ld %ld %ld) for channel:%d", __func__,
        set_values[0], set_values[1], set_values[2], set_values[3], set_values[4],
        set_values[5], set_values[6], set_values[7], ch_count);