summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-06-17 23:23:06 +0000
committercg <cg@FreeBSD.org>2001-06-17 23:23:06 +0000
commit420f58376d042d11f15ba9760f51ad286889c0c1 (patch)
tree1e5bb7b2a2ed49fdd8be254bc876b02d79fd7d92 /sys/dev/sound/pcm/sound.h
parent494b7c747502ef2db69bcbd72ba05d31126ba33f (diff)
downloadFreeBSD-src-420f58376d042d11f15ba9760f51ad286889c0c1.zip
FreeBSD-src-420f58376d042d11f15ba9760f51ad286889c0c1.tar.gz
revise dsp_clone() to return the first nonbusy channel instead of simply
cycling channel numbers. remove unused fields from struct snddev_info.
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index 886ddb7..124c9db 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -108,8 +108,7 @@ struct snddev_channel {
struct snddev_info {
SLIST_HEAD(, snddev_channel) channels;
struct pcm_channel *fakechan;
- unsigned chancount, defaultchan;
- /* struct snd_mixer *mixer; */
+ unsigned chancount;
unsigned flags;
int inprog;
void *devinfo;
OpenPOWER on IntegriCloud