- Timestamp:
- May 9, 2007, 6:07:14 AM (18 years ago)
- Location:
- GPL/branches/alsa-resync1/alsa-kernel
- Files:
-
- 3 edited
-
core/init.c (modified) (1 diff)
-
include/sound/control.h (modified) (1 diff)
-
include/sound/core.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/core/init.c
r92 r100 20 20 */ 21 21 22 #define __NO_VERSION__ 22 23 #include <sound/driver.h> 24 #include <linux/init.h> 25 #include <linux/slab.h> 26 #include <linux/time.h> 27 #include <sound/core.h> 23 28 #include <sound/control.h> 24 29 #include <sound/info.h> -
GPL/branches/alsa-resync1/alsa-kernel/include/sound/control.h
r96 r100 27 27 typedef struct sndrv_aes_iec958 snd_aes_iec958_t; 28 28 typedef struct sndrv_ctl_card_info snd_ctl_card_info_t; 29 typedef enum sndrv_ctl_elem_type snd_ctl_elem_type_t;30 typedef enum sndrv_ctl_elem_iface snd_ctl_elem_iface_t;31 29 typedef struct sndrv_ctl_elem_id snd_ctl_elem_id_t; 32 30 typedef struct sndrv_ctl_elem_list snd_ctl_elem_list_t; -
GPL/branches/alsa-resync1/alsa-kernel/include/sound/core.h
r99 r100 23 23 */ 24 24 25 #include <sound\config.h> 25 #include <asm/semaphore.h> 26 26 27 /* Typedef's */ 27 28 typedef struct timeval snd_timestamp_t;
Note:
See TracChangeset
for help on using the changeset viewer.
