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

gugelfrei
Eric Laurent 5 years ago committed by Gerrit Code Review
commit 9d33c6344d

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