11 Dec
2020
11 Dec
'20
6:13 p.m.
On Fri, Dec 11, 2020 at 06:06:29PM +0100, Ricardo Ribalda wrote:
If dobj->control is not initialized we end up in an OOPs during skl_tplg_complete:
for (i = 0; i < se->items; i++) {
struct snd_ctl_elem_value val;
struct snd_ctl_elem_value val = {};
This bit looks like a separate fix?