Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87099
Collapse All | Expand All

(-)alsa-lib-1.0.9rc2/src/pcm/pcm_direct.c (-1 / +1 lines)
Lines 848-854 Link Here
848
				snd_pcm_info_get_card(info),
840
				snd_pcm_info_get_card(info),
849
				snd_pcm_info_get_device(info),
841
				snd_pcm_info_get_device(info),
850
				snd_pcm_info_get_subdevice(info) * 2 + capture);
842
				snd_pcm_info_get_subdevice(info) * 2 + capture);
851
	ret = snd_timer_open(&dmix->timer, name, SND_TIMER_OPEN_NONBLOCK | SND_TIMER_OPEN_TREAD);
843
	ret = snd_timer_open(&dmix->timer, name, SND_TIMER_OPEN_NONBLOCK);
852
	if (ret < 0) {
844
	if (ret < 0) {
853
		SNDERR("unable to open timer '%s'", name);
845
		SNDERR("unable to open timer '%s'", name);
854
		return ret;
846
		return ret;

Return to bug 87099