From 87f0b208f31a0996f72be55d4a81772866345bf9 Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Sun, 5 Jan 2020 19:32:51 +0100 Subject: [PATCH] changed mpd output to alsa --- .config/mpd/mpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 3fcb0db..a0548ec 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -13,8 +13,8 @@ restore_paused "yes" max_output_buffer_size "16384" audio_output { - type "pulse" - name "pulse audio" + type "alsa" + name "alsa for audio soundcard" mixer_type "software" }