Home
last modified time | relevance | path

Searched refs:low_latency_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/pci/asihpi/
Dhpioctl.c347 int idx, nm, low_latency_mode = 0, irq_supported = 0; in asihpi_adapter_probe() local
438 low_latency_mode = 1; in asihpi_adapter_probe()
465 if (low_latency_mode && irq_supported) { in asihpi_adapter_probe()
/Linux-v4.19/include/uapi/linux/
Dcec-funcs.h1637 __u8 low_latency_mode, in cec_msg_report_current_latency() argument
1647 msg->msg[5] = (low_latency_mode << 2) | audio_out_compensated; in cec_msg_report_current_latency()
1655 __u8 *low_latency_mode, in cec_ops_report_current_latency() argument
1661 *low_latency_mode = (msg->msg[5] >> 2) & 1; in cec_ops_report_current_latency()