mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
alsa: Support ALSA without a use case manager
The ALSA use case manager is a fairly recent addition, so make sure the ALSA modules can be used on systems that have an older version of ALSA.
This commit is contained in:
parent
d90d99bd38
commit
e55f4edaad
3 changed files with 73 additions and 2 deletions
|
|
@ -24,7 +24,11 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_ALSA_UCM
|
||||
#include <use-case.h>
|
||||
#else
|
||||
typedef void snd_use_case_mgr_t;
|
||||
#endif
|
||||
|
||||
#include "alsa-mixer.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue