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

Commit d9dd3db8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: tfa98xx: Update profile info properly"

parents 0e23088b 06fff27f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ int tfa_set_swprofile(struct tfa_device *tfa, unsigned short new_value)

static int tfa_get_swprofile(struct tfa_device *tfa)
{
	return TFA_GET_BF(tfa, SWPROFIL) - 1;
	return tfa->profile;
}

static int tfa_set_swvstep(struct tfa_device *tfa, unsigned short new_value)