Merge "hal: add input voip entry to be aligned with config file"
diff --git a/hal/audio_extn/utils.c b/hal/audio_extn/utils.c
index 492519d..fa826f5 100644
--- a/hal/audio_extn/utils.c
+++ b/hal/audio_extn/utils.c
@@ -160,6 +160,10 @@
STRING_TO_ENUM(AUDIO_INPUT_FLAG_TIMESTAMP),
STRING_TO_ENUM(AUDIO_INPUT_FLAG_COMPRESS),
STRING_TO_ENUM(AUDIO_INPUT_FLAG_PASSTHROUGH),
+ STRING_TO_ENUM(AUDIO_INPUT_FLAG_MMAP_NOIRQ),
+ STRING_TO_ENUM(AUDIO_INPUT_FLAG_VOIP_TX),
+ STRING_TO_ENUM(AUDIO_INPUT_FLAG_HW_AV_SYNC),
+ STRING_TO_ENUM(AUDIO_INPUT_FLAG_DIRECT),
};
const struct string_to_enum s_format_name_to_enum_table[] = {
@@ -243,6 +247,7 @@
return table[i].value;
}
}
+ ALOGE("%s cound not find %s", __func__, name);
return 0;
}