diff options
Diffstat (limited to 'include/uapi/sound/firewire.h')
-rw-r--r-- | include/uapi/sound/firewire.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/sound/firewire.h b/include/uapi/sound/firewire.h index 59f5961302bf..fc9afb261989 100644 --- a/include/uapi/sound/firewire.h +++ b/include/uapi/sound/firewire.h | |||
@@ -34,7 +34,8 @@ union snd_firewire_event { | |||
34 | #define SNDRV_FIREWIRE_IOCTL_UNLOCK _IO('H', 0xfa) | 34 | #define SNDRV_FIREWIRE_IOCTL_UNLOCK _IO('H', 0xfa) |
35 | 35 | ||
36 | #define SNDRV_FIREWIRE_TYPE_DICE 1 | 36 | #define SNDRV_FIREWIRE_TYPE_DICE 1 |
37 | /* Fireworks, AV/C, RME, MOTU, ... */ | 37 | #define SNDRV_FIREWIRE_TYPE_FIREWORKS 2 |
38 | /* AV/C, RME, MOTU, ... */ | ||
38 | 39 | ||
39 | struct snd_firewire_get_info { | 40 | struct snd_firewire_get_info { |
40 | unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ | 41 | unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ |