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

Commit 7f0e823d authored by Damien.Horsley's avatar Damien.Horsley Committed by Mark Brown
Browse files

ASoC: img: parallel out: Add missing initialiser



Add missing initialiser for control_set variable
in img_prl_out_set_fmt

Signed-off-by: default avatarDamien.Horsley <Damien.Horsley@imgtec.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 39582322
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -154,7 +154,7 @@ static int img_prl_out_hw_params(struct snd_pcm_substream *substream,
static int img_prl_out_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
static int img_prl_out_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
{
{
	struct img_prl_out *prl = snd_soc_dai_get_drvdata(dai);
	struct img_prl_out *prl = snd_soc_dai_get_drvdata(dai);
	u32 reg, control_set;
	u32 reg, control_set = 0;


	switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
	switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
	case SND_SOC_DAIFMT_NB_NF:
	case SND_SOC_DAIFMT_NB_NF: