mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-23 07:23:12 +02:00
ASoC: topology: Properly initialize soc_enum values
[ Upstream commit 8ec2a26435
]
soc_tplg_denum_create_values() should properly set its values field.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://patch.msgid.link/20240627101850.2191513-4-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
ba34fcfe32
commit
94c6dfbf05
|
@ -889,6 +889,8 @@ static int soc_tplg_denum_create_values(struct soc_tplg *tplg, struct soc_enum *
|
||||||
se->dobj.control.dvalues[i] = le32_to_cpu(ec->values[i]);
|
se->dobj.control.dvalues[i] = le32_to_cpu(ec->values[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
se->items = le32_to_cpu(ec->items);
|
||||||
|
se->values = (const unsigned int *)se->dobj.control.dvalues;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user