From 5fcbbdeb6edc69ffef6ea47e17801ef491427343 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Thu, 26 Sep 2019 23:04:35 +0200 Subject: [PATCH] fixed duplicated audio output bug --- .config/mpd/mpd.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index ce46dba..60c492e 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -12,12 +12,6 @@ bind_to_address "localhost" max_output_buffer_size "16304" -audio_output { - type "alsa" - name "mpd alsamixer-output" - mixer_type "software" -} - audio_output { type "fifo" name "my_fifo"