mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
build-sys: remove HAL support, it's obsolete since years
This commit is contained in:
parent
08d4f8e2c3
commit
77c5901df2
8 changed files with 2 additions and 1079 deletions
|
|
@ -46,10 +46,6 @@
|
|||
#include "alsa-util.h"
|
||||
#include "alsa-mixer.h"
|
||||
|
||||
#ifdef HAVE_HAL
|
||||
#include "hal-util.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UDEV
|
||||
#include "udev-util.h"
|
||||
#endif
|
||||
|
|
@ -915,10 +911,6 @@ void pa_alsa_init_proplist_card(pa_core *c, pa_proplist *p, int card) {
|
|||
#ifdef HAVE_UDEV
|
||||
pa_udev_get_info(card, p);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_HAL
|
||||
pa_hal_get_info(c, p, card);
|
||||
#endif
|
||||
}
|
||||
|
||||
void pa_alsa_init_proplist_pcm_info(pa_core *c, pa_proplist *p, snd_pcm_info_t *pcm_info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue