From 02b19de50ea7245194e16f318aae6fd4d0be1996 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 13 Apr 2014 01:29:39 +0200 Subject: [PATCH] projects/RPi/options: enable experimental ALSA support Signed-off-by: Stephan Raue --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index 0256103e86..cdac07938e 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -148,7 +148,7 @@ XBMC_VIS_FISHBMC="no" # build and install ALSA Audio support (yes / no) - ALSA_SUPPORT="no" + ALSA_SUPPORT="yes" # build and install PulseAudio support (yes / no) PULSEAUDIO_SUPPORT="no"