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