diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2020-05-10 10:43:01 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-05-10 13:03:50 +0300 |
commit | 1f65e6683267dde67a71c6bfcf71de35916be11a (patch) | |
tree | e811e441a9333d831b59d28d6a466f0dea90aa9c /sound/firewire/Kconfig | |
parent | 062bb452b078ba481d856e1aca176e16b8b1466d (diff) | |
download | linux-1f65e6683267dde67a71c6bfcf71de35916be11a.tar.xz |
ALSA: fireface: add support for RME Fireface UFX (untested)
Fireface UFX was shipped by RME GmbH in 2010, and now discontinued.
Although this model has some enhanced feature which Fireface 802
doesn't have (e.g. on-board USB mass storage device class, configuration
interface with color display), the functionality relevant to
packet communication on IEEE 1394 bus seems to be the same as
Fireface 802 (e.g. available number of channels for PCM frame in
each sampling transfer frequency).
With the assumption, this commit adds support for Fireface UFX. In ALSA
fireface driver, these two models are handled as the same one.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20200510074301.116224-7-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 4f39ef924a1a..f7ed69d60310 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig @@ -164,6 +164,7 @@ config SND_FIREFACE Say Y here to include support for RME fireface series. * Fireface 400 * Fireface 800 + * Fireface UFX * Fireface UCX * Fireface 802 |