jdolecek 1731882d0a emuxki_set_params(): don't try to set parameters if the appropriate
'voice' is not initialized
This fixes kern/15394 by Onno van der Linden.

Code fragment to trigger the bug:

	AUDIO_INITINFO(&info);
	info.mode = AUMODE_PLAY;
	info.play.channels = 2;
	fd = open("/dev/audioctl0", O_RDWR);
	(void)ioctl(fd, AUDIO_SETINFO, &info);

emuxki_voice_set_audioparms(): g/c check for voice == NULL, this is
never called with null voice
some minor style changes in emuxki_open()/emuxki_close()
2002-01-27 20:38:07 +00:00
..
2002-01-27 15:28:22 +00:00
2002-01-27 10:28:20 +00:00
2002-01-24 00:45:22 +00:00
2002-01-24 13:50:32 +00:00
2002-01-26 02:44:27 +00:00
2002-01-24 08:24:59 +00:00
2002-01-26 08:32:05 +00:00