Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140121 | Differences between
and this patch

Collapse All | Expand All

(-)unix/snd_unix.c.old (-1 / +1 lines)
Lines 59-65 qboolean SNDDMA_Init(void) Link Here
59
		sndchannels = Cvar_Get("sndchannels", "2", CVAR_ARCHIVE);
59
		sndchannels = Cvar_Get("sndchannels", "2", CVAR_ARCHIVE);
60
		snddevice = Cvar_Get("snddevice", "/dev/dsp", CVAR_ARCHIVE);
60
		snddevice = Cvar_Get("snddevice", "/dev/dsp", CVAR_ARCHIVE);
61
#if defined (__linux__)
61
#if defined (__linux__)
62
		sndalsa = Cvar_Get("sndalsa", "0", CVAR_ARCHIVE);
62
		sndalsa = Cvar_Get("sndalsa", "1", CVAR_ARCHIVE);
63
#endif
63
#endif
64
	}
64
	}
65
	
65
	

Return to bug 140121