diff options
author | Christopher Zimmermann <madroach@gmerlin.de> | 2017-09-16 08:21:07 +0200 |
---|---|---|
committer | Christopher Zimmermann <madroach@gmerlin.de> | 2017-09-16 11:58:33 +0200 |
commit | 030f87c90c69a4cc171dc45aa44eb149c122372d (patch) | |
tree | 722c6f8781be5b2f6041985f1cecfbc2512112c3 /doc/mpdconf.example | |
parent | ae941a766547f4b33d3f1d47bb7f2cf65b83d9ac (diff) |
Add sndio mixer plugin
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r-- | doc/mpdconf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 2609c38c1..504ecd825 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -310,7 +310,7 @@ input { #audio_output { # type "sndio" # name "sndio output" -# mixer_type "software" +# mixer_type "hardware" #} # # An example of an OS X output: |