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

Commit eb79ef40 authored by Steve Kondik's avatar Steve Kondik Committed by Bruno Martins
Browse files

hal: Fix build with debug enabled

Change-Id: I8bf3ccfa9dc41e51f64aa0bb58488a548da71769
parent 985781a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3639,7 +3639,7 @@ static int adev_verify_devices(struct audio_device *adev)
                    ALOGV("%s: (%s) card %d  device %d", __func__,
                            dir ? "input" : "output", card_id, device_id);
                    pcm_params_to_string(*pparams, info, ARRAY_SIZE(info));
                    ALOGV(info); /* print parameters */
                    ALOGV("parms: %s", info); /* print parameters */
                } else {
                    ALOGV("%s: cannot locate card %d  device %d", __func__, card_id, device_id);
                }
+1 −1
Original line number Diff line number Diff line
@@ -1325,7 +1325,7 @@ AudioPolicyManagerCustom::AudioPolicyManagerCustom(AudioPolicyClientInterface *c
        ALOGV("Hw module %d", i);
        for (size_t j = 0; j < mHwModules[i]->mInputProfiles.size(); j++) {
            const sp<IOProfile> inProfile = mHwModules[i]->mInputProfiles[j];
            ALOGV("Input profile ", j);
            ALOGV("Input profile %d", j);
            for (size_t k = 0; k  < inProfile->mChannelMasks.size(); k++) {
                audio_channel_mask_t channelMask =
                    inProfile->mChannelMasks.itemAt(k);