Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/sound/pcm/sound.c 77269 2001-05-27 17:22:00Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pcm/sound.c 77843 2001-06-06 22:17:08Z peter $
95,96c95,96
< static int snd_unit;
< TUNABLE_INT_DECL("hw.snd.unit", 0, snd_unit);
---
> static int snd_unit = 0;
> TUNABLE_INT("hw.snd.unit", &snd_unit);