mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-31 07:11:08 -04:00
Merge af49eb1d31 into 62c24074ae
This commit is contained in:
commit
edb5f1ee29
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue