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: Francois Gaffie <francois.gaffie@renault.com>
Merged-In: I0da109d637dac646ee43e2dd602ddfb0b21fa31d
Change-Id: I0da109d637dac646ee43e2dd602ddfb0b21fa31d
gugelfrei
Francois Gaffie 5 years ago committed by Eric Laurent
parent ad447b7e7f
commit efa2b5cf8e

@ -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 */

Loading…
Cancel
Save