/[openvortex]/alsa/alsa-kernel/include/core.h
ViewVC logotype

Diff of /alsa/alsa-kernel/include/core.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by vizard, Sat May 31 02:35:10 2003 UTC revision 1.3 by vizard, Mon Aug 11 00:06:39 2003 UTC
# Line 25  Line 25 
25  #include <linux/sched.h>                /* wake_up() */  #include <linux/sched.h>                /* wake_up() */
26  #include <asm/semaphore.h>              /* struct semaphore */  #include <asm/semaphore.h>              /* struct semaphore */
27  #include <linux/rwsem.h>                /* struct rw_semaphore */  #include <linux/rwsem.h>                /* struct rw_semaphore */
28    #include <linux/workqueue.h>            /* struct workqueue_struct */
29    
30  /* Typedef's */  /* Typedef's */
31  typedef struct timespec snd_timestamp_t;  typedef struct timespec snd_timestamp_t;
# Line 158  struct _snd_card { Line 159  struct _snd_card {
159          spinlock_t files_lock;          /* lock the files for this card */          spinlock_t files_lock;          /* lock the files for this card */
160          int shutdown;                   /* this card is going down */          int shutdown;                   /* this card is going down */
161          wait_queue_head_t shutdown_sleep;          wait_queue_head_t shutdown_sleep;
162            struct work_struct free_workq;  /* for free in workqueue */
163    
164  #ifdef CONFIG_PM  #ifdef CONFIG_PM
165          int (*set_power_state) (snd_card_t *card, unsigned int state);          int (*set_power_state) (snd_card_t *card, unsigned int state);
# Line 220  typedef struct _snd_minor snd_minor_t; Line 222  typedef struct _snd_minor snd_minor_t;
222  /* sound.c */  /* sound.c */
223    
224  extern int snd_ecards_limit;  extern int snd_ecards_limit;
 extern int device_mode;  
 extern int device_gid;  
 extern int device_uid;  
225    
226  void snd_request_card(int card);  void snd_request_card(int card);
227    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26