Make the default ALSA device default.

(It should be "default", not "default:0" as the old default was.)

Originally committed to SVN as r2795.
This commit is contained in:
Niels Martin Hansen 2009-04-13 17:08:13 +00:00
parent e6a09d383c
commit 50679014ea

View file

@ -212,7 +212,7 @@ void OptionsManager::LoadDefaults(bool onlyDefaults,bool doOverride) {
SetText(_T("Audio Provider"),_T(DEFAULT_PROVIDER_AUDIO),1945);
#endif
SetText(_T("Audio Downmixer"),_T("ConvertToMono"),1700);
SetText(_T("Audio Alsa Device"), _T("default:0"));
SetText(_T("Audio Alsa Device"), _T("default"));
SetText(_T("Audio HD Cache Location"),_T("default"),1700);
SetText(_T("Audio HD Cache Name"),_T("audio%02i.tmp"),1700);
SetBool(_T("Audio Disable PCM Provider"), false);