diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-10-19 11:50:00 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-10-19 11:50:00 +0000 |
| commit | 0db7b6f6912c2c148b462f801aaeda3ba93e7394 (patch) | |
| tree | 06b732cfe54972b7832d95d8fccb25cbe1443fea /sys | |
| parent | 2e8727d53d5728a81f1b9bc2d7ecf4f9d94326e3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/pcaudio.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pc98/pc98/pcaudio.c b/sys/pc98/pc98/pcaudio.c index f9257d580ddce..5735fdfd5b15c 100644 --- a/sys/pc98/pc98/pcaudio.c +++ b/sys/pc98/pc98/pcaudio.c @@ -148,7 +148,6 @@ static unsigned char alaw_linear[] = { }; static int pca_sleep = 0; -static int pca_initialized = 0; static void pcaintr(struct clockframe *frame); @@ -398,11 +397,6 @@ pcaopen(dev_t dev, int flags, int fmt, struct thread *td) if (minor(dev) > 0) return ENXIO; - if (!pca_initialized) { - pca_init(); - pca_initialized = 1; - } - /* audio device can only be open by one process */ if (pca_status.open) { pca_status.queries = 1; |
