ucm: macro - add deep call protection (recursion)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2022-05-17 19:25:20 +02:00
parent 80ac6f9866
commit 55340cf96a
2 changed files with 7 additions and 0 deletions

View file

@ -264,6 +264,7 @@ struct snd_use_case_mgr {
/* tree with macros */
snd_config_t *macros;
int macro_hops;
/* local library configuration */
snd_config_t *local_config;