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

Commit 82e993fa authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm2200: Add controls for firmware enumeration

parent 5851cb3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1551,6 +1551,10 @@ static int wm2200_probe(struct snd_soc_codec *codec)
		return ret;
	}

	ret = snd_soc_add_codec_controls(codec, wm_adsp_fw_controls, 2);
	if (ret != 0)
		return ret;

	return ret;
}