build-sys: remove HAL support, it's obsolete since years

This commit is contained in:
Lennart Poettering 2012-05-15 16:06:42 +02:00
parent 08d4f8e2c3
commit 77c5901df2
8 changed files with 2 additions and 1079 deletions

View file

@ -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) {