diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2002-02-18 22:35:21 -0800 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2002-02-18 22:35:21 -0800 |
| commit | 56eab47da5d7380b728987d3d9c90d4e07712763 (patch) | |
| tree | dba4d78654b28c09f480556d3babd9438353dd5a /include/sound/seq_kernel.h | |
| parent | 4d32c6ba21d27f2db9e09ec196d12a2456c32048 (diff) | |
[PATCH] ALSA update for 2.5.5-pre1
this is a sync with the current ALSA CVS tree (last code
modification: (Sun Feb 17 17:46:41 2002 UTC)) and 2.5.5-pre1 code and
contains:
- ALSA code version 0.9.0beta11
- Config.in files updated (separated associated drivers to submenus)
- global sound/Makefile fixes
- added inclusion of missing header files for alpha architecture
- fixed power functions (bad locking)
- fixed copy_to_user calls (removed them from spinlocks)
- fixed freeing of resource structures
- fixed AD1816A driver (inverted volume controls)
- added new functions to allocate ISA DMA memory (cleanups in ISA drivers)
- updated ISA PnP detection in wavefront driver
- added joystick support for VIA686
- updated ES1968 (Maestro2) driver
- moved joystick support for YMFPCI to the control interface
- updated Korg1212 driver
Diffstat (limited to 'include/sound/seq_kernel.h')
| -rw-r--r-- | include/sound/seq_kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/seq_kernel.h b/include/sound/seq_kernel.h index a0e630210215..69a7acf1590f 100644 --- a/include/sound/seq_kernel.h +++ b/include/sound/seq_kernel.h @@ -21,6 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ +#include <linux/time.h> #include "asequencer.h" typedef sndrv_seq_tick_time_t snd_seq_tick_time_t; |
