From 4b280b0cd07a380feb4653b911ddcb3a31e73797 Mon Sep 17 00:00:00 2001 From: Jinsuk Kim Date: Wed, 17 Dec 2014 16:22:54 +0900 Subject: CEC: Add a parameter port ID to set_audio_return_channel This CL addresses the cases where TV has more than one ARC-supported HDMI ports. Bug: 18781204 Change-Id: I4eaeb755caf2552b826a7322d19ee671407ee43f --- include/hardware/hdmi_cec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hardware/hdmi_cec.h') diff --git a/include/hardware/hdmi_cec.h b/include/hardware/hdmi_cec.h index 95c0c4e..26a6266 100644 --- a/include/hardware/hdmi_cec.h +++ b/include/hardware/hdmi_cec.h @@ -390,7 +390,7 @@ typedef struct hdmi_cec_device { * * Returns 0 on success or -errno on error. */ - void (*set_audio_return_channel)(const struct hdmi_cec_device* dev, int flag); + void (*set_audio_return_channel)(const struct hdmi_cec_device* dev, int port_id, int flag); /* * (*is_connected)() returns the connection status of the specified port. -- cgit v1.1