mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
hwdep: add support for MOTU FireWire series and RME Fireface series
Drivers for MOTU FireWire series and RME Fireface series were newly added to v4.12 kernel. Like the other drivers in ALSA firewire stack, they also support HwDep interface. This commit add entries for the drivers. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9307575d14
commit
fbc18ec771
2 changed files with 6 additions and 2 deletions
|
|
@ -77,8 +77,10 @@ typedef enum _snd_hwdep_iface {
|
|||
SND_HWDEP_IFACE_FW_DIGI00X, /* Digidesign Digi 002/003 family */
|
||||
SND_HWDEP_IFACE_FW_TASCAM, /* TASCAM FireWire series */
|
||||
SND_HWDEP_IFACE_LINE6, /* Line6 USB processors */
|
||||
SND_HWDEP_IFACE_FW_MOTU, /* MOTU FireWire series */
|
||||
SND_HWDEP_IFACE_FW_FIREFACE, /* RME Fireface series */
|
||||
|
||||
SND_HWDEP_IFACE_LAST = SND_HWDEP_IFACE_LINE6, /**< last known hwdep interface */
|
||||
SND_HWDEP_IFACE_LAST = SND_HWDEP_IFACE_FW_FIREFACE, /**< last known hwdep interface */
|
||||
} snd_hwdep_iface_t;
|
||||
|
||||
/** open for reading */
|
||||
|
|
|
|||
|
|
@ -107,9 +107,11 @@ enum {
|
|||
SNDRV_HWDEP_IFACE_FW_DIGI00X, /* Digidesign Digi 002/003 family */
|
||||
SNDRV_HWDEP_IFACE_FW_TASCAM, /* TASCAM FireWire series */
|
||||
SNDRV_HWDEP_IFACE_LINE6, /* Line6 USB processors */
|
||||
SNDRV_HWDEP_IFACE_FW_MOTU, /* MOTU FireWire series */
|
||||
SNDRV_HWDEP_IFACE_FW_FIREFACE, /* RME Fireface series */
|
||||
|
||||
/* Don't forget to change the following: */
|
||||
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_LINE6,
|
||||
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_FW_FIREFACE,
|
||||
};
|
||||
|
||||
struct snd_hwdep_info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue