This commit is contained in:
Kai Vehmanen 2026-03-23 15:16:12 +00:00 committed by GitHub
commit edb5f1ee29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -983,7 +983,7 @@ next:
bin, size2); bin, size2);
break; break;
case SND_SOC_TPLG_TYPE_ENUM: case SND_SOC_TPLG_TYPE_ENUM:
et = tplg_calloc(&heap, sizeof(*mt)); et = tplg_calloc(&heap, sizeof(*et));
if (et == NULL) { if (et == NULL) {
err = -ENOMEM; err = -ENOMEM;
goto retval; goto retval;