summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-26 23:48:30 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-26 23:48:30 -0800
commitd27e76f59fcbcf23c0419592cd5c7652add108db (patch)
treeaa74ba1e8d16c58541d00e8d58b04e3196bad4bb /include/linux
parentb83869632717cb365af7c9c7379833515c020d2f (diff)
parent33e1141e51ef3b0cc307b5e782718f293f3e08c0 (diff)
Merge "msm: mdss: remove hdmi audio sysfs node"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/msm_ext_display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/msm_ext_display.h b/include/linux/msm_ext_display.h
index 4378080da0d9..d9831d7cbb4e 100644
--- a/include/linux/msm_ext_display.h
+++ b/include/linux/msm_ext_display.h
@@ -109,6 +109,7 @@ struct msm_ext_disp_intf_ops {
* @get_audio_edid_blk: retrieve audio edid block
* @cable_status: cable connected/disconnected
* @get_intf_id: id of connected interface
+ * @acknowledge: acknowledge audio status
*/
struct msm_ext_disp_audio_codec_ops {
int (*audio_info_setup)(struct platform_device *pdev,
@@ -118,6 +119,7 @@ struct msm_ext_disp_audio_codec_ops {
int (*cable_status)(struct platform_device *pdev, u32 vote);
int (*get_intf_id)(struct platform_device *pdev);
void (*teardown_done)(struct platform_device *pdev);
+ int (*acknowledge)(struct platform_device *pdev, u32 ack);
};
/*