diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/sound/asound.h | 3 | ||||
| -rw-r--r-- | include/uapi/sound/firewire.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h index 941d32f007dc..1f23cd635957 100644 --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h | |||
| @@ -96,9 +96,10 @@ enum { | |||
| 96 | SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ | 96 | SNDRV_HWDEP_IFACE_FW_DICE, /* TC DICE FireWire device */ |
| 97 | SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */ | 97 | SNDRV_HWDEP_IFACE_FW_FIREWORKS, /* Echo Audio Fireworks based device */ |
| 98 | SNDRV_HWDEP_IFACE_FW_BEBOB, /* BridgeCo BeBoB based device */ | 98 | SNDRV_HWDEP_IFACE_FW_BEBOB, /* BridgeCo BeBoB based device */ |
| 99 | SNDRV_HWDEP_IFACE_FW_OXFW, /* Oxford OXFW970/971 based device */ | ||
| 99 | 100 | ||
| 100 | /* Don't forget to change the following: */ | 101 | /* Don't forget to change the following: */ |
| 101 | SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_BEBOB | 102 | SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_OXFW |
| 102 | }; | 103 | }; |
| 103 | 104 | ||
| 104 | struct snd_hwdep_info { | 105 | struct snd_hwdep_info { |
diff --git a/include/uapi/sound/firewire.h b/include/uapi/sound/firewire.h index af4bd136c75d..49122df3b56b 100644 --- a/include/uapi/sound/firewire.h +++ b/include/uapi/sound/firewire.h | |||
| @@ -55,7 +55,8 @@ union snd_firewire_event { | |||
| 55 | #define SNDRV_FIREWIRE_TYPE_DICE 1 | 55 | #define SNDRV_FIREWIRE_TYPE_DICE 1 |
| 56 | #define SNDRV_FIREWIRE_TYPE_FIREWORKS 2 | 56 | #define SNDRV_FIREWIRE_TYPE_FIREWORKS 2 |
| 57 | #define SNDRV_FIREWIRE_TYPE_BEBOB 3 | 57 | #define SNDRV_FIREWIRE_TYPE_BEBOB 3 |
| 58 | /* AV/C, RME, MOTU, ... */ | 58 | #define SNDRV_FIREWIRE_TYPE_OXFW 4 |
| 59 | /* RME, MOTU, ... */ | ||
| 59 | 60 | ||
| 60 | struct snd_firewire_get_info { | 61 | struct snd_firewire_get_info { |
| 61 | unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ | 62 | unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ |
