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

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

Merge "Audio-hal: Fix VTS failures for display port."

parents e1cc8c1f 2f5ff88f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -6504,10 +6504,9 @@ static int adev_set_parameters(struct audio_hw_device *dev, const char *kvpairs)
            ret = platform_get_ext_disp_type(adev->platform);
            if (ret < 0) {
                ALOGE("%s: Failed to query disp type, ret:%d", __func__, ret);
                status = ret;
                goto done;
            }
            } else {
                platform_cache_edid(adev->platform);
            }
        } else if (audio_is_usb_out_device(device) || audio_is_usb_in_device(device)) {
            /*
             * Do not allow AFE proxy port usage by WFD source when USB headset is connected.