summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-08 17:48:03 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-08 17:48:02 -0800
commita3863eb11ecd699941e15824674915c4bb91dd58 (patch)
tree1109d29aeb0f74a48914590d0c8c9ff28a5b74d7 /include/linux
parent74717404f7bad33f6af9a89a2df21c64d3149009 (diff)
parent00499f56c5e0ea912a3f1ac941a3ef2b01508e91 (diff)
Merge "msm: ext_display: update hpd and notify for HDMI"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm_ext_display.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/msm_ext_display.h b/include/linux/msm_ext_display.h
index 44a04b5c2fcd..4378080da0d9 100644
--- a/include/linux/msm_ext_display.h
+++ b/include/linux/msm_ext_display.h
@@ -91,7 +91,7 @@ enum msm_ext_disp_power_state {
/**
* struct msm_ext_disp_intf_ops - operations exposed to display interface
* @hpd: updates external display interface state
- * @notify: updates audio framework with interface state
+ * @notify: acknowledgment to power on or off
*/
struct msm_ext_disp_intf_ops {
int (*hpd)(struct platform_device *pdev,
@@ -100,8 +100,7 @@ struct msm_ext_disp_intf_ops {
u32 flags);
int (*notify)(struct platform_device *pdev,
enum msm_ext_disp_cable_state state);
- int (*ack)(struct platform_device *pdev,
- u32 ack);
+ int (*ack)(struct platform_device *pdev, u32 ack);
};
/**