Ignore:
Timestamp:
May 20, 2007, 1:00:05 AM (18 years ago)
Author:
Brendan Oakley
Message:

More merges to beta12, and fixes. Now compiles, though link phase fails.

Location:
GPL/branches/alsa-resync1/alsa-kernel/include/sound
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/include/sound/control.h

    r100 r106  
    2626
    2727typedef struct sndrv_aes_iec958 snd_aes_iec958_t;
    28 typedef struct sndrv_ctl_card_info snd_ctl_card_info_t;
    29 typedef struct sndrv_ctl_elem_id snd_ctl_elem_id_t;
    30 typedef struct sndrv_ctl_elem_list snd_ctl_elem_list_t;
    31 typedef struct sndrv_ctl_elem_info snd_ctl_elem_info_t;
    32 typedef struct sndrv_ctl_elem_value snd_ctl_elem_value_t;
     28typedef struct snd_ctl_card_info snd_ctl_card_info_t;
     29typedef struct snd_ctl_elem_id snd_ctl_elem_id_t;
     30typedef struct snd_ctl_elem_list snd_ctl_elem_list_t;
     31typedef struct snd_ctl_elem_info snd_ctl_elem_info_t;
     32typedef struct snd_ctl_elem_value snd_ctl_elem_value_t;
    3333typedef enum sndrv_ctl_event_type snd_ctl_event_type_t;
    3434typedef struct sndrv_ctl_event snd_ctl_event_t;
  • GPL/branches/alsa-resync1/alsa-kernel/include/sound/driver.h

    r105 r106  
    9090#define snd_enter_user() 0
    9191#define snd_leave_user(a)
    92 #define dec_mod_count(a)        (*(unsigned long *)a)--
    9392#endif
    9493
Note: See TracChangeset for help on using the changeset viewer.