diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-04-07 04:49:22 +0200 |
---|---|---|
committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2021-04-07 04:49:22 +0200 |
commit | 51e9242b9b913e0c4b038d1ec27bb0a7fb50da28 (patch) | |
tree | 33912f62502c76512bf2341e86504ed826d8451c /hwdb.d/80-ieee1394-unit-function.hwdb | |
parent | hwdb: add database entries for MOTU FireWire series (diff) | |
download | systemd-51e9242b9b913e0c4b038d1ec27bb0a7fb50da28.tar.xz systemd-51e9242b9b913e0c4b038d1ec27bb0a7fb50da28.zip |
hwdb: add database entries for RME Fireface series
RME GmbH shipped Fireface series. The configuration ROM in the models of
series has some quirks and against standard of 1394 Trading Association.
This commit adds database entries for the models. ALSA fireface driver
supports them, but expects userspace application to control them.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'hwdb.d/80-ieee1394-unit-function.hwdb')
-rw-r--r-- | hwdb.d/80-ieee1394-unit-function.hwdb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hwdb.d/80-ieee1394-unit-function.hwdb b/hwdb.d/80-ieee1394-unit-function.hwdb index 6c05c61e7b..44420e6461 100644 --- a/hwdb.d/80-ieee1394-unit-function.hwdb +++ b/hwdb.d/80-ieee1394-unit-function.hwdb @@ -938,3 +938,41 @@ ieee1394:ven000001F2mo*sp000001F2ver00000045 ID_MODEL_FROM_DATABASE=MOTU 4pre IEEE1394_UNIT_FUNCTION_MIDI=1 IEEE1394_UNIT_FUNCTION_AUDIO=1 + +# +# RME Fireface series. +# +ieee1394:node:ven0x000a35units0x000a35:0x000001 +ieee1394:ven00000A35mo00101800sp00000A35ver00000001 + ID_VENDOR_FROM_DATABASE=RME + ID_MODEL_FROM_DATABASE=Fireface 800 + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x000a35units0x000a35:0x000002 +ieee1394:ven00000A35mo00101800sp00000A35ver00000002 + ID_VENDOR_FROM_DATABASE=RME + ID_MODEL_FROM_DATABASE=Fireface 400 + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x000a35units0x000a35:0x000003 +ieee1394:ven00000A35mo00101800sp00000A35ver00000003 + ID_VENDOR_FROM_DATABASE=RME + ID_MODEL_FROM_DATABASE=Fireface UFX + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x000a35units0x000a35:0x000004 +ieee1394:ven00000A35mo00101800sp00000A35ver00000004 + ID_VENDOR_FROM_DATABASE=RME + ID_MODEL_FROM_DATABASE=Fireface UCX + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 + +ieee1394:node:ven0x000a35units0x000a35:0x000005 +ieee1394:ven00000A35mo00101800sp00000A35ver00000005 + ID_VENDOR_FROM_DATABASE=RME + ID_MODEL_FROM_DATABASE=Fireface 802 + IEEE1394_UNIT_FUNCTION_MIDI=1 + IEEE1394_UNIT_FUNCTION_AUDIO=1 |