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

Commit 73500f14 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: mpq: configure HDMI channel number"

parents 60d65d1d 3e1319da
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1709,8 +1709,8 @@ int start_output_stream(struct stream_out *out, struct alsa_handle *handle)
    uc_info->out_snd_device = SND_DEVICE_NONE;

    /* This must be called before adding this usecase to the list */
    //if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL)
    //    check_and_set_hdmi_channels(adev, out->config.channels);
    if (out->devices & AUDIO_DEVICE_OUT_AUX_DIGITAL)
        check_and_set_hdmi_channels(adev, handle->config.channels);

    list_add_tail(&adev->usecase_list, &uc_info->list);