Commit 7874a003 authored by Warren Dukes's avatar Warren Dukes

fix bug where accidently setting default mixer to NULL instead of SOFTWARE

git-svn-id: https://svn.musicpd.org/mpd/trunk@413 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 0783a2bd
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
#define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_ALSA #define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_ALSA
#define CONF_MIXER_DEVICE_DEFAULT "" #define CONF_MIXER_DEVICE_DEFAULT ""
#else #else
#define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_NULL #define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_SOFTWARE
#define CONF_MIXER_DEVICE_DEFAULT "" #define CONF_MIXER_DEVICE_DEFAULT ""
#endif #endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment