Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0116be3 authored by Subhransu S. Prusty's avatar Subhransu S. Prusty Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: Fix typo for token d0i3 caps

parent ab1b732d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -213,8 +213,9 @@ enum SKL_TKNS {
	SKL_TKN_U32_LIB_COUNT,
	SKL_TKN_STR_LIB_NAME,
	SKL_TKN_U32_PMODE,
	SKL_TKL_U32_D0I3_CAPS,
	SKL_TKN_MAX = SKL_TKL_U32_D0I3_CAPS,
	SKL_TKL_U32_D0I3_CAPS, /* Typo added at v4.10 */
	SKL_TKN_U32_D0I3_CAPS = SKL_TKL_U32_D0I3_CAPS,
	SKL_TKN_MAX = SKL_TKN_U32_D0I3_CAPS,
};

#endif
+1 −1
Original line number Diff line number Diff line
@@ -1995,7 +1995,7 @@ static int skl_tplg_get_token(struct device *dev,
		mconfig->converter = tkn_elem->value;
		break;

	case SKL_TKL_U32_D0I3_CAPS:
	case SKL_TKN_U32_D0I3_CAPS:
		mconfig->d0i3_caps = tkn_elem->value;
		break;