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

Commit efa2b5cf authored by Francois Gaffie's avatar Francois Gaffie Committed by Eric Laurent
Browse files

audioeffect: add missing sources to deserializer config file



This CL adds fm_tuner and echo_reference in the list of allowed
input sources for default effect(s) instantiation.
XSD aligned accordingly.

Test: build
Bug:
Signed-off-by: default avatarFrancois Gaffie <francois.gaffie@renault.com>
Merged-In: I0da109d637dac646ee43e2dd602ddfb0b21fa31d
Change-Id: I0da109d637dac646ee43e2dd602ddfb0b21fa31d
parent ad447b7e
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 */