diff options
Diffstat (limited to 'sound/firewire/lib.h')
-rw-r--r-- | sound/firewire/lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/lib.h b/sound/firewire/lib.h index f6769312ebfc..c3768cd494a5 100644 --- a/sound/firewire/lib.h +++ b/sound/firewire/lib.h | |||
@@ -45,7 +45,7 @@ struct snd_fw_async_midi_port { | |||
45 | 45 | ||
46 | struct snd_rawmidi_substream *substream; | 46 | struct snd_rawmidi_substream *substream; |
47 | snd_fw_async_midi_port_fill fill; | 47 | snd_fw_async_midi_port_fill fill; |
48 | unsigned int consume_bytes; | 48 | int consume_bytes; |
49 | }; | 49 | }; |
50 | 50 | ||
51 | int snd_fw_async_midi_port_init(struct snd_fw_async_midi_port *port, | 51 | int snd_fw_async_midi_port_init(struct snd_fw_async_midi_port *port, |