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 2d6ba0cb22
commit 558be555e2
1 changed files with 1 additions and 1 deletions

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);