summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-07-03 12:53:09 +0000
committercg <cg@FreeBSD.org>2001-07-03 12:53:09 +0000
commit5aa3adcdfbf412b52affde176533d5484de45d7d (patch)
tree6697272ec784f2b4c7fff7c9bc73f5addc4ec74e /sys/dev/sound/pcm/sound.c
parent82ed7d29e54eb208e367dbf8ea3e04e0631ed62c (diff)
downloadFreeBSD-src-5aa3adcdfbf412b52affde176533d5484de45d7d.zip
FreeBSD-src-5aa3adcdfbf412b52affde176533d5484de45d7d.tar.gz
remove obsolete typedefs.
only define INTR_TYPE_AV if it is not already defined.
Diffstat (limited to 'sys/dev/sound/pcm/sound.c')
-rw-r--r--sys/dev/sound/pcm/sound.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index 81b7f1f..793b48a 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -37,6 +37,7 @@ devclass_t pcm_devclass;
int snd_unit = 0;
TUNABLE_INT("hw.snd.unit", &snd_unit);
#endif
+
int snd_autovchans = 0;
int snd_maxvchans = 0;
#if __FreeBSD_version > 500000
OpenPOWER on IntegriCloud