am 4b280b0c: CEC: Add a parameter port ID to set_audio_return_channel
* commit '4b280b0cd07a380feb4653b911ddcb3a31e73797':
CEC: Add a parameter port ID to set_audio_return_channel
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 @@
*
* 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.