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

Commit 113b2086 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "audioeffect: add missing sources to deserializer config file"

am: 9d33c634

Change-Id: Ie99d5bce530243ee4b8528ddb4fd995aece85ef9
parents 9e850005 9d33c634
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -117,6 +117,8 @@ constexpr std::pair<audio_source_t, const char*> STREAM_NAME_MAP<audio_source_t>
        {AUDIO_SOURCE_VOICE_COMMUNICATION, "voice_communication"},
        {AUDIO_SOURCE_UNPROCESSED, "unprocessed"},
        {AUDIO_SOURCE_VOICE_PERFORMANCE, "voice_performance"},
        {AUDIO_SOURCE_ECHO_REFERENCE, "echo_reference"},
        {AUDIO_SOURCE_FM_TUNER, "fm_tuner"},
};

/** Find the stream type enum corresponding to the stream type name or return false */