commit | c64d94bb944e57144f7515bc744bcf39fa6a5c43 | [log] [tgz] |
---|---|---|
author | Suprabh Shukla <suprabh@google.com> | Fri Apr 07 15:30:09 2023 -0700 |
committer | Suprabh Shukla <suprabh@google.com> | Thu Apr 13 00:05:15 2023 +0000 |
tree | 18f7ef42eb6da2352ec4d7e121d4b49bff2a7bd2 | |
parent | 515a64757eddb4fd80b5056d3f8240338943e2c1 [diff] |
Adding irq mapping for sound_trigger wakeups Test: Manually, on a raven or oriole, inspect the output of `dumpsys batterystats --wakeups` Bug: 267717665 Change-Id: I92fce56d81a5915184b2c83d3b9c93af54d10af4
diff --git a/oriole/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml b/oriole/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml index 35de830..cc046b2 100644 --- a/oriole/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml +++ b/oriole/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml
@@ -23,5 +23,8 @@ <device name="dhdpcie_host_wake"> <subsystem>Wifi</subsystem> </device> + <device name="MAILBOX_AOC2APxE00"> + <subsystem>Sound_trigger</subsystem> + </device> </irq-device-map>
diff --git a/raven/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml b/raven/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml index 35de830..cc046b2 100644 --- a/raven/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml +++ b/raven/overlay/frameworks/base/core/res/res/xml/irq_device_map.xml
@@ -23,5 +23,8 @@ <device name="dhdpcie_host_wake"> <subsystem>Wifi</subsystem> </device> + <device name="MAILBOX_AOC2APxE00"> + <subsystem>Sound_trigger</subsystem> + </device> </irq-device-map>