From 1b50a315ad8e0e4a5a33cfebbd14333a85564011 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 31 Aug 2019 22:31:53 -0400 Subject: [PATCH] mpd: use alsa instead of openal --- network/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/mpd.conf b/network/mpd.conf index 50f7c7d..d92859c 100644 --- a/network/mpd.conf +++ b/network/mpd.conf @@ -10,7 +10,7 @@ state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" audio_output { - type "openal" + type "alsa" name "Monitor Output" }