commit | e3b6d48399e852a99d1221bc90a9b465403d8857 | [log] [tgz] |
---|---|---|
author | Garmond Leung <garmondl@codeaurora.org> | Tue Oct 25 16:48:01 2016 -0700 |
committer | Garmond Leung <garmondl@codeaurora.org> | Thu Oct 27 15:15:49 2016 -0700 |
tree | 77156d314d5489f0d0c2254d46db4818256b93b1 | |
parent | 2bc67c81f3c761d004402ca157ffc52d55e701f9 [diff] |
hal: Address missing sysfs update during DP disconnect During display port disconnect, adev_set_parameter() is calling platform_invalidate_hdmi_config() before the audio extension. Attempts to read the current display type in order to determine which sysfs node to communicate with. The solution is to relocate invalidate function in audio extension to ensure that it does not get called prematurely. Change-Id: Ifc7bc8cc753855edacb8fa90a9f784086fef7594 CRs-Fixed: 1082254