summaryrefslogtreecommitdiff
path: root/cras/src/server/cras_iodev_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'cras/src/server/cras_iodev_list.h')
-rw-r--r--cras/src/server/cras_iodev_list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cras/src/server/cras_iodev_list.h b/cras/src/server/cras_iodev_list.h
index 61c3a182..d6e9ba54 100644
--- a/cras/src/server/cras_iodev_list.h
+++ b/cras/src/server/cras_iodev_list.h
@@ -274,6 +274,11 @@ int cras_iodev_list_suspend_hotword_streams();
/* Resumes all hotwording streams. */
int cras_iodev_list_resume_hotword_stream();
+/* Sets the state of noise cancellation for input devices which supports noise
+ * cancellation by suspend, enable/disable, then resume.
+ */
+void cras_iodev_list_reset_for_noise_cancellation();
+
/* For unit test only. */
void cras_iodev_list_reset();