Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3205835 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "ISoundTriggerHw.RecognitionConfig to bitfield"

parents 6154258c c8d278d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -687,6 +687,6 @@ e96ae1c3a9c0689002ec2318e9c587f4f607c16a75a3cd38788b77eb91072021 android.hardwar
a2977755bc5f1ef47f04b7f2400632efda6218e1515dba847da487145cfabc4f android.hardware.radio.config@1.3::IRadioConfig
742360c775313438b0f82256eac62fb5bbc76a6ae6f388573f3aa142fb2c1eea android.hardware.radio.config@1.3::IRadioConfigIndication
0006ab8e8b0910cbd3bbb08d5f17d5fac7d65a2bdad5f2334e4851db9d1e6fa8 android.hardware.radio.config@1.3::IRadioConfigResponse
51d1c8d285e0456da2a3fdfbf4700c6277165d5e83219894d651c8ea0e39aa8b android.hardware.soundtrigger@2.3::types
4a6517ea4ad807855428b0101d8e1a486497bd88ab4300ba3b2be43d46d32580 android.hardware.soundtrigger@2.3::types
12d7533ff0754f45bf59ab300799074570a99a676545652c2c23abc73cb4515d android.hardware.soundtrigger@2.3::ISoundTriggerHw
7746fda1fbf9c7c132bae701cc5a161309e4f5e7f3e8065811045975ee86196d android.hardware.usb.gadget@1.1::IUsbGadget
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ struct RecognitionConfig {
     * Bit field encoding of the AudioCapabilities
     * supported by the firmware.
     */
    uint32_t audioCapabilities;
    bitfield<AudioCapabilities> audioCapabilities;
};

/**