diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-02-15 02:15:32 +0000 |
commit | 86464aed71025541805e7b1515541aee89879e33 (patch) | |
tree | e01a457a4912a8553bc65524aa3125d51f29f810 /drivers/sound/sb_card.c | |
parent | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (diff) |
Merge with Linux 2.2.1.
Diffstat (limited to 'drivers/sound/sb_card.c')
-rw-r--r-- | drivers/sound/sb_card.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/sound/sb_card.c b/drivers/sound/sb_card.c index 24a3aa829..b85db519c 100644 --- a/drivers/sound/sb_card.c +++ b/drivers/sound/sb_card.c @@ -113,6 +113,7 @@ void unload_sb(struct address_info *hw_config) } int sb_be_quiet=0; +int esstype = 0; /* ESS chip type */ #ifdef MODULE @@ -147,6 +148,7 @@ MODULE_PARM(mad16, "i"); MODULE_PARM(trix, "i"); MODULE_PARM(pas2, "i"); MODULE_PARM(sm_games, "i"); +MODULE_PARM(esstype, "i"); void *smw_free = NULL; |