From ecb20c5f7e728693bcb67981fdde44832f1ed028 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 1 Jan 2009 18:36:47 +0100 Subject: mixer: renamed mix_* options to mixer_* There is no reason to use the shortcut "mix" instead of "mixer". --- doc/mpdconf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/mpdconf.example') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 0b8004237..ba9a74ef6 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -162,8 +162,8 @@ log_file "~/.mpd/log" # name "My ALSA Device" # device "hw:0,0" # optional # format "44100:16:2" # optional -# mix_device "default" # optional -# mix_control "PCM" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional #} # # An example of an OSS output: @@ -173,8 +173,8 @@ log_file "~/.mpd/log" # name "My OSS Device" # device "/dev/dsp" # optional # format "44100:16:2" # optional -# mix_device "/dev/mixer" # optional -# mix_control "PCM" # optional +# mixer_device "/dev/mixer" # optional +# mixer_control "PCM" # optional #} # # An example of a shout output (for streaming to Icecast): -- cgit v1.2.3