Subject: should splaudio be splbio?
To: None <tech-kern@NetBSD.ORG>
From: John Kohl <jtk@kolvir.arlington.ma.us>
List: tech-kern
Date: 02/10/1996 22:53:41
from sys/dev/audio_if.h:
	#define splaudio splbio		/* XXX */
	#define IPL_AUDIO IPL_BIO	/* XXX */

It strikes me that if you're playing samples from disk, you'd rather not
have audio stuff block out disk transfers and vice versa.

Is there a better choice we can make for the SPL level for audio stuff?

==John