summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/pas2_mixer.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-12-11 09:26:18 +0000
committerphk <phk@FreeBSD.org>1995-12-11 09:26:18 +0000
commit9d7b5a978311c14182c43b70f2326db0809f2d25 (patch)
tree16038379baa308045e473850ca1de6dec97594cd /sys/i386/isa/sound/pas2_mixer.c
parentdffac85a9b5e388ce46a14b1cd4cd6743142aaea (diff)
downloadFreeBSD-src-9d7b5a978311c14182c43b70f2326db0809f2d25.zip
FreeBSD-src-9d7b5a978311c14182c43b70f2326db0809f2d25.tar.gz
Staticize
Diffstat (limited to 'sys/i386/isa/sound/pas2_mixer.c')
-rw-r--r--sys/i386/isa/sound/pas2_mixer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/sound/pas2_mixer.c b/sys/i386/isa/sound/pas2_mixer.c
index 7442ae5..f6fd0b6 100644
--- a/sys/i386/isa/sound/pas2_mixer.c
+++ b/sys/i386/isa/sound/pas2_mixer.c
@@ -36,8 +36,8 @@
#include "pas.h"
extern void mix_write __P((unsigned char data, int ioaddr));
-extern int pas_mixer_ioctl __P((int dev, unsigned int cmd, unsigned int arg));
-extern void set_mode __P((int new_mode));
+static int pas_mixer_ioctl __P((int dev, unsigned int cmd, unsigned int arg));
+static void set_mode __P((int new_mode));
#define TRACE(what) /* (what) */
@@ -126,7 +126,7 @@ mixer_output (int right_vol, int left_vol, int div, int bits,
return (left_vol | (right_vol << 8));
}
-void
+static void
set_mode (int new_mode)
{
mix_write (P_M_MV508_ADDRESS | P_M_MV508_MODE, PARALLEL_MIXER);
OpenPOWER on IntegriCloud