mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 03:15:41 +01:00
topology: the includes should be deleted not removed
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
c511b49bf6
commit
3afa353c0a
1 changed files with 2 additions and 2 deletions
|
@ -462,8 +462,8 @@ static int pre_process_includes(struct tplg_pre_processor *tplg_pp, snd_config_t
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* remove all includes from current top */
|
/* delete all includes from current top */
|
||||||
snd_config_remove(includes);
|
snd_config_delete(includes);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue