Fix HWCODEC builds.

Change-Id: I7abed5dab9b4d0d053c274404dc4dc06864aa060
This commit is contained in:
Solomon Peachy 2018-12-15 13:09:07 -05:00
parent d8ce84c382
commit c2308bdf40
2 changed files with 2 additions and 2 deletions

View file

@ -674,6 +674,7 @@ static void say_number_and_spell(char *buf, bool year_style)
}
}
#if CONFIG_CODEC == SWCODEC
/* Say a replaygain ID3 value from its text form */
static void say_gain(char *buf)
{
@ -729,6 +730,7 @@ static void say_gain(char *buf)
}else /* we didn't find a number, just spell everything */
talk_spell(buf, true);
}
#endif
static const char * id3_get_or_speak_info(int selected_item, void* data,
char *buffer, size_t buffer_len,