diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2019-01-20 09:25:53 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-21 15:12:25 +0100 |
commit | fd1cc9de64c2ca6c2b5b9061421580a22bfac023 (patch) | |
tree | 7510f8f1b5cf7d0a008b9868423a14ac60ad699e /sound/firewire/fireface/ff.h | |
parent | ALSA: fireface: code refactoring to parse of clock configuration (diff) | |
download | linux-fd1cc9de64c2ca6c2b5b9061421580a22bfac023.tar.xz linux-fd1cc9de64c2ca6c2b5b9061421580a22bfac023.zip |
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 '')
-rw-r--r-- | sound/firewire/fireface/ff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/firewire/fireface/ff.h b/sound/firewire/fireface/ff.h index cdb16e931c31..8aea7920b57f 100644 --- a/sound/firewire/fireface/ff.h +++ b/sound/firewire/fireface/ff.h @@ -114,6 +114,7 @@ struct snd_ff_protocol { extern const struct snd_ff_protocol snd_ff_protocol_ff800; extern const struct snd_ff_protocol snd_ff_protocol_ff400; +extern const struct snd_ff_protocol snd_ff_protocol_latter; int snd_ff_transaction_register(struct snd_ff *ff); int snd_ff_transaction_reregister(struct snd_ff *ff); |