asoc: codecs: bolero: Update hph_pwr enum value same as class-H options

Update hph_pwr enum value for LOHIFI as per
class-H power options to maintain consistent naming.

Change-Id: Ib7deb8d84bd1163a933d06ae92a51cb29b76e3c8
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2018-12-04 11:21:01 +05:30
committed by Gerrit - the friendly Code Review server
orang tua b9c563ff6f
melakukan c21e98a1a4

Melihat File

@@ -430,7 +430,7 @@ static const char *const rx_macro_hph_hd2_mode_text[] = {"OFF", "ON"};
static const struct soc_enum rx_macro_hph_hd2_mode_enum =
SOC_ENUM_SINGLE_EXT(2, rx_macro_hph_hd2_mode_text);
static const char *const rx_macro_hph_pwr_mode_text[] = {"ULP", "LoHIFI"};
static const char *const rx_macro_hph_pwr_mode_text[] = {"ULP", "LOHIFI"};
static const struct soc_enum rx_macro_hph_pwr_mode_enum =
SOC_ENUM_SINGLE_EXT(2, rx_macro_hph_pwr_mode_text);