diff options
-rw-r--r-- | include/hardware/hdmi_cec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |