Searched refs:audio_out_compensated (Results 1 – 1 of 1) sorted by relevance
1640 __u8 audio_out_compensated, in cec_msg_report_current_latency() argument1649 msg->msg[5] = (low_latency_mode << 2) | audio_out_compensated; in cec_msg_report_current_latency()1650 if (audio_out_compensated == 3) in cec_msg_report_current_latency()1658 __u8 *audio_out_compensated, in cec_ops_report_current_latency() argument1664 *audio_out_compensated = msg->msg[5] & 3; in cec_ops_report_current_latency()1665 if (*audio_out_compensated == 3 && msg->len >= 7) in cec_ops_report_current_latency()