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>