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

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

Merge "hal: Update check to include DISPLAY Port RX backend"

parents 4024804e 033364ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5334,7 +5334,7 @@ static bool platform_check_codec_backend_cfg(struct audio_device* adev,
               sample_rate = CODEC_BACKEND_DEFAULT_SAMPLE_RATE;
    }

    if (backend_idx == HDMI_RX_BACKEND) {
    if ((backend_idx == HDMI_RX_BACKEND) || (backend_idx == DISP_PORT_RX_BACKEND)) {
        struct audio_backend_cfg hdmi_backend_cfg;
        hdmi_backend_cfg.bit_width = bit_width;
        hdmi_backend_cfg.sample_rate = sample_rate;