From c42837c512e40b69965284c8d577f176832e266a 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 3fcb0dbd..a0548ecd 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" }