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

Commit ed19c9be authored by Nick Chalko's avatar Nick Chalko Committed by shubang
Browse files

Add audio device type AUDIO_DEVICE_IN_HDMI_ARC

ag/5360113

Bug:117967786
Test: flashall on an atom
Change-Id: Ib58d8c381c27d4ffe92504a6bb48d0ca794c1956
parent 6b653696
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ const InputDeviceConverter::Table InputDeviceConverter::mTable[] = {
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_WIRED_HEADSET),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_AUX_DIGITAL),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_HDMI),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_HDMI_ARC),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_TELEPHONY_RX),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_VOICE_CALL),
    MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_BACK_MIC),