Explorar o código

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

Linux Build Service Account %!s(int64=6) %!d(string=hai) anos
pai
achega
c4b85af5ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      asoc/codecs/bolero/rx-macro.c

+ 1 - 1
asoc/codecs/bolero/rx-macro.c

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