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
This commit is contained in:
parent
0783a2bde1
commit
7874a003e9
|
@ -64,7 +64,7 @@
|
|||
#define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_ALSA
|
||||
#define CONF_MIXER_DEVICE_DEFAULT ""
|
||||
#else
|
||||
#define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_NULL
|
||||
#define CONF_MIXER_TYPE_DEFAULT VOLUME_MIXER_SOFTWARE
|
||||
#define CONF_MIXER_DEVICE_DEFAULT ""
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue