diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-01-20 11:25:53 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-21 17:12:25 +0300 |
commit | fd1cc9de64c2ca6c2b5b9061421580a22bfac023 (patch) | |
tree | 7510f8f1b5cf7d0a008b9868423a14ac60ad699e /sound/firewire/Kconfig | |
parent | 4c4871a8055a1ff95fbd415d426d7e1d4b763edb (diff) | |
download | linux-fd1cc9de64c2ca6c2b5b9061421580a22bfac023.tar.xz |
ALSA: fireface: add support for Fireface UCX
Fireface UFX was shipped by RME GmbH in 2012. This model supports later
protocol for management of isochronous communication and synchronization
of sampling transmission frequency.
This commit adds support for the model. At present, it's not clear how
to encode MIDI messages and decide destination address for asynchronous
transaction, thus this commit adds support for isochronous communication
for PCM frames only.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index 052e00590259..b9e96d0b3a0a 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -163,5 +163,6 @@ config SND_FIREFACE Say Y here to include support for RME fireface series. * Fireface 400 * Fireface 800 + * Fireface UCX endif # SND_FIREWIRE |