ucm: use-case.h - add <alsa/asoundlib.h> include

It is required for snd_ctl_elem_id_t and snd_mixer_selem_id_t.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-11-23 15:38:35 +01:00
parent 193ed64fd9
commit 1a4b362115

View file

@ -42,6 +42,8 @@
extern "C" {
#endif
#include <alsa/asoundlib.h>
/**
* \defgroup ucm Use Case Interface
* The ALSA Use Case manager interface.