Commit e199d1eb authored by Takashi Sakamoto's avatar Takashi Sakamoto Committed by Takashi Iwai

ALSA: fireface: rename protocol layer for former models

In a series of Fireface, later model supports different protocol
from former models.

This commit is a preparation to support both of protocols.
Signed-off-by: default avatarTakashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3bb700e7
snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \
ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-ff400.o \ ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-ff400.o \
ff-protocol-ff800.o ff-protocol-former.o
obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o
/* // SPDX-License-Identifier: GPL-2.0
* ff-protocol-ff800.c - a part of driver for RME Fireface series // ff-protocol-former.c - a part of driver for RME Fireface series
* //
* Copyright (c) 2018 Takashi Sakamoto // Copyright (c) 2019 Takashi Sakamoto
* //
* Licensed under the terms of the GNU General Public License, version 2. // Licensed under the terms of the GNU General Public License, version 2.
*/
#include <linux/delay.h> #include <linux/delay.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment