]> Pileus Git - ~andy/linux/blobdiff - include/sound/control.h
sched: Add missing state chars to TASK_STATE_TO_CHAR_STR
[~andy/linux] / include / sound / control.h
index ef96f07aa03b112352235f735b7277b0d8d58f9a..112374dc0c5873b550bebc9d1700de189698b455 100644 (file)
@@ -56,7 +56,6 @@ struct snd_kcontrol_new {
 
 struct snd_kcontrol_volatile {
        struct snd_ctl_file *owner;     /* locked */
-       pid_t owner_pid;
        unsigned int access;    /* access rights */
 };
 
@@ -87,10 +86,12 @@ struct snd_kctl_event {
 
 #define snd_kctl_event(n) list_entry(n, struct snd_kctl_event, list)
 
+struct pid;
+
 struct snd_ctl_file {
        struct list_head list;          /* list of all control files */
        struct snd_card *card;
-       pid_t pid;
+       struct pid *pid;
        int prefer_pcm_subdevice;
        int prefer_rawmidi_subdevice;
        wait_queue_head_t change_sleep;