summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-04-08 08:09:34 +0000
committerkato <kato@FreeBSD.org>1999-04-08 08:09:34 +0000
commitc6830aafcd8f3c5d987f307101c1011c7f735f7d (patch)
treef167e90f130087d01067f5161ec9eef1f043b203 /sys/sys/soundcard.h
parent51fc707de4415bb309d5ba047239d09c4bc641b3 (diff)
downloadFreeBSD-src-c6830aafcd8f3c5d987f307101c1011c7f735f7d.zip
FreeBSD-src-c6830aafcd8f3c5d987f307101c1011c7f735f7d.tar.gz
o sys/i386/include/soundcard.h
Reduce synth_info.name lenght for binary compatibility. o sys/i386/isa/sound/mpu401.c Reduce mpu device number info to avoid overflow of mpu_synth_info.name. Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index a9fbe6a..fe9124e 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -649,7 +649,7 @@ struct sbi_instrument {
};
struct synth_info { /* Read only */
- char name[33];
+ char name[30];
int device; /* 0-N. INITIALIZE BEFORE CALLING */
int synth_type;
#define SYNTH_TYPE_FM 0
OpenPOWER on IntegriCloud