Changeset 97 for GPL/branches
- Timestamp:
- May 6, 2007, 8:55:06 AM (19 years ago)
- Location:
- GPL/branches/alsa-resync1/alsa-kernel/include/sound
- Files:
- 
      - 2 edited
 
 - 
          
  compat_22.h (modified) (2 diffs)
- 
          
  typedefs.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      GPL/branches/alsa-resync1/alsa-kernel/include/sound/compat_22.hr96 r97 471 471 472 472 #define ATOMIC_INIT(i) { (i) } 473 473 #if 0 /* Brendan: This is not ALSA code but something added. Fails compile? */ 474 474 /** 475 475 * atomic_dec_and_test - decrement and test … … 488 488 return 0; 489 489 } 490 #endif /* Brendan */ 490 491 491 492 /** 
- 
      GPL/branches/alsa-resync1/alsa-kernel/include/sound/typedefs.hr39 r97 22 22 typedef struct snd_kcontrol_volatile snd_kcontrol_volatile_t; 23 23 typedef struct snd_kctl_event snd_kctl_event_t; 24 typedef struct snd_aes_iec958 snd_aes_iec958_t;25 typedef struct snd_ctl_card_info snd_ctl_card_info_t;26 typedef struct snd_ctl_elem_id snd_ctl_elem_id_t;27 typedef struct snd_ctl_elem_list snd_ctl_elem_list_t;28 typedef struct snd_ctl_elem_info snd_ctl_elem_info_t;29 typedef struct snd_ctl_elem_value snd_ctl_elem_value_t;30 typedef struct snd_ctl_event snd_ctl_event_t;24 //typedef struct snd_aes_iec958 snd_aes_iec958_t; 25 //typedef struct snd_ctl_card_info snd_ctl_card_info_t; 26 //typedef struct snd_ctl_elem_id snd_ctl_elem_id_t; 27 //typedef struct snd_ctl_elem_list snd_ctl_elem_list_t; 28 //typedef struct snd_ctl_elem_info snd_ctl_elem_info_t; 29 //typedef struct snd_ctl_elem_value snd_ctl_elem_value_t; 30 //typedef struct snd_ctl_event snd_ctl_event_t; 31 31 #if defined(CONFIG_SND_MIXER_OSS) || defined(CONFIG_SND_MIXER_OSS_MODULE) 32 32 typedef struct snd_mixer_oss snd_mixer_oss_t; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
