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

Commit 75c3475d authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/fix/core' into asoc-next

parents 6ab7c227 0eaa6cca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2963,7 +2963,7 @@ int snd_soc_put_volsw_range(struct snd_kcontrol *kcontrol,
	val = val << shift;

	ret = snd_soc_update_bits_locked(codec, reg, val_mask, val);
	if (ret != 0)
	if (ret < 0)
		return ret;

	if (snd_soc_volsw_is_stereo(mc)) {