X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=libpicofe.git;a=blobdiff_plain;f=sndout.c;h=275042320775a3621663deb1cac41485cce183ab;hp=ba34f3c7f81792f5273bf7f9a8aab4c5cfb5e8f1;hb=d1453cf7e6d5d6758cc5d72c6d3af7d37156bf72;hpb=26d3ca0d29e87a14943d29fcafc93da753df60cd diff --git a/sndout.c b/sndout.c index ba34f3c..2750423 100644 --- a/sndout.c +++ b/sndout.c @@ -13,6 +13,7 @@ #include #include "linux/sndout_oss.h" +#include "linux/sndout_alsa.h" #include "sndout_sdl.h" #include "sndout.h" @@ -58,6 +59,9 @@ static struct sndout_driver sndout_avail[] = #ifdef HAVE_SDL SNDOUT_DRIVER(sdl), #endif +#ifdef HAVE_ALSA + SNDOUT_DRIVER(alsa), +#endif #ifdef HAVE_OSS SNDOUT_DRIVER(oss), #endif