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

Commit f50ce4ee authored by Weiyin Jiang's avatar Weiyin Jiang Committed by Gerrit - the friendly Code Review server
Browse files

audio: fix misc KWs in audio hal

Fix misc KW issues in audio hal.

CRs-Fixed: 1077818
Change-Id: Ide7a9f86ab5c9db0af78165b173c130a87a3e120
parent b019df32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4226,7 +4226,8 @@ 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);
                return ret;
                status = ret;
                goto done;
            }
            platform_cache_edid(adev->platform);
        } else if ((val & AUDIO_DEVICE_OUT_USB_DEVICE) ||