aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/control.h')
-rw-r--r--include/sound/control.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sound/control.h b/include/sound/control.h
index 3517745d0a2d..112374dc0c58 100644
--- a/include/sound/control.h
+++ b/include/sound/control.h
@@ -86,10 +86,12 @@ struct snd_kctl_event {
86 86
87#define snd_kctl_event(n) list_entry(n, struct snd_kctl_event, list) 87#define snd_kctl_event(n) list_entry(n, struct snd_kctl_event, list)
88 88
89struct pid;
90
89struct snd_ctl_file { 91struct snd_ctl_file {
90 struct list_head list; /* list of all control files */ 92 struct list_head list; /* list of all control files */
91 struct snd_card *card; 93 struct snd_card *card;
92 pid_t pid; 94 struct pid *pid;
93 int prefer_pcm_subdevice; 95 int prefer_pcm_subdevice;
94 int prefer_rawmidi_subdevice; 96 int prefer_rawmidi_subdevice;
95 wait_queue_head_t change_sleep; 97 wait_queue_head_t change_sleep;