diff --git a/sound/oss/opl3.c b/sound/oss/opl3.c index 4709e592e2ccccf854d8edc2b43304662573fbfa..607cee4d545ec675cdfebb91ec6802b4555c71fa 100644 --- a/sound/oss/opl3.c +++ b/sound/oss/opl3.c @@ -52,7 +52,7 @@ struct voice_info int panning; /* 0xffff means not set */ }; -typedef struct opl_devinfo +struct opl_devinfo { int base; int left_io, right_io; @@ -73,7 +73,7 @@ typedef struct opl_devinfo unsigned char cmask; int is_opl4; -} opl_devinfo; +}; static struct opl_devinfo *devc = NULL;