diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-09 01:14:38 -0500 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-09 01:14:38 -0500 |
| commit | bcd6acd51f3d4d1ada201e9bc5c40a31d6d80c71 (patch) | |
| tree | 2f6dffd2d3e4dd67355a224de7e7a960335a92fd /include/sound/rawmidi.h | |
| parent | 11c34c7deaeeebcee342cbc35e1bb2a6711b2431 (diff) | |
| parent | 3ff6a468b45b5dfeb0e903e56f4eb27d34b2437c (diff) | |
Merge commit 'origin/master' into next
Conflicts:
include/linux/kvm.h
Diffstat (limited to 'include/sound/rawmidi.h')
| -rw-r--r-- | include/sound/rawmidi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/rawmidi.h b/include/sound/rawmidi.h index c23c26585700..2480e7d10dcf 100644 --- a/include/sound/rawmidi.h +++ b/include/sound/rawmidi.h | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | struct snd_rawmidi; | 46 | struct snd_rawmidi; |
| 47 | struct snd_rawmidi_substream; | 47 | struct snd_rawmidi_substream; |
| 48 | struct snd_seq_port_info; | 48 | struct snd_seq_port_info; |
| 49 | struct pid; | ||
| 49 | 50 | ||
| 50 | struct snd_rawmidi_ops { | 51 | struct snd_rawmidi_ops { |
| 51 | int (*open) (struct snd_rawmidi_substream * substream); | 52 | int (*open) (struct snd_rawmidi_substream * substream); |
| @@ -97,6 +98,7 @@ struct snd_rawmidi_substream { | |||
| 97 | struct snd_rawmidi_str *pstr; | 98 | struct snd_rawmidi_str *pstr; |
| 98 | char name[32]; | 99 | char name[32]; |
| 99 | struct snd_rawmidi_runtime *runtime; | 100 | struct snd_rawmidi_runtime *runtime; |
| 101 | struct pid *pid; | ||
| 100 | /* hardware layer */ | 102 | /* hardware layer */ |
| 101 | struct snd_rawmidi_ops *ops; | 103 | struct snd_rawmidi_ops *ops; |
| 102 | }; | 104 | }; |
