Ignore:
Timestamp:
May 9, 2009, 11:45:26 AM (16 years ago)
Author:
Paul Smedley
Message:

Update alsa-kernel to ALSA 1.0.20 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/include/sound/emu10k1.h

    r399 r426  
    11#ifndef __SOUND_EMU10K1_H
    22#define __SOUND_EMU10K1_H
     3
     4#include <linux/types.h>
    35
    46/*
     
    3537#include <linux/interrupt.h>
    3638#include <linux/mutex.h>
     39
    3740#include <asm/io.h>
    3841
     
    21722175
    21732176        DECLARE_BITMAP(gpr_valid, 0x200); /* bitmask of valid initializers */
    2174         u_int32_t __user *gpr_map;        /* initializers */
     2177        __u32 __user *gpr_map;          /* initializers */
    21752178
    21762179        unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
     
    21852188
    21862189        DECLARE_BITMAP(tram_valid, 0x100); /* bitmask of valid initializers */
    2187         u_int32_t __user *tram_data_map;  /* data initializers */
    2188         u_int32_t __user *tram_addr_map;  /* map initializers */
     2190        __u32 __user *tram_data_map;      /* data initializers */
     2191        __u32 __user *tram_addr_map;      /* map initializers */
    21892192
    21902193        DECLARE_BITMAP(code_valid, 1024); /* bitmask of valid instructions */
    2191         u_int32_t __user *code;           /* one instruction - 64 bits */
     2194        __u32 __user *code;               /* one instruction - 64 bits */
    21922195};
    21932196
Note: See TracChangeset for help on using the changeset viewer.