All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: clemens@ladisch.de, tiwai@suse.de
Cc: alsa-devel@alsa-project.org, ffado-devel@lists.sourceforge.net
Subject: [PATCH 1/9] ALSA: fireface: rename protocol layer for former models
Date: Sun, 20 Jan 2019 17:25:45 +0900	[thread overview]
Message-ID: <20190120082553.17347-2-o-takashi@sakamocchi.jp> (raw)
In-Reply-To: <20190120082553.17347-1-o-takashi@sakamocchi.jp>

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: Takashi Sakamoto <o-takashi@sakamocchi.jp>
---
 sound/firewire/fireface/Makefile                    |  2 +-
 .../{ff-protocol-ff800.c => ff-protocol-former.c}   | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)
 rename sound/firewire/fireface/{ff-protocol-ff800.c => ff-protocol-former.c} (94%)

diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile
index 79a7d6d99d72..3fb586d32584 100644
--- a/sound/firewire/fireface/Makefile
+++ b/sound/firewire/fireface/Makefile
@@ -1,4 +1,4 @@
 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-protocol-ff800.o
+		     ff-protocol-former.o
 obj-$(CONFIG_SND_FIREFACE) += snd-fireface.o
diff --git a/sound/firewire/fireface/ff-protocol-ff800.c b/sound/firewire/fireface/ff-protocol-former.c
similarity index 94%
rename from sound/firewire/fireface/ff-protocol-ff800.c
rename to sound/firewire/fireface/ff-protocol-former.c
index 2acbf6039770..a383fd5fc879 100644
--- a/sound/firewire/fireface/ff-protocol-ff800.c
+++ b/sound/firewire/fireface/ff-protocol-former.c
@@ -1,10 +1,9 @@
-/*
- * ff-protocol-ff800.c - a part of driver for RME Fireface series
- *
- * Copyright (c) 2018 Takashi Sakamoto
- *
- * Licensed under the terms of the GNU General Public License, version 2.
- */
+// SPDX-License-Identifier: GPL-2.0
+// ff-protocol-former.c - a part of driver for RME Fireface series
+//
+// Copyright (c) 2019 Takashi Sakamoto
+//
+// Licensed under the terms of the GNU General Public License, version 2.
 
 #include <linux/delay.h>
 
-- 
2.19.1

  reply	other threads:[~2019-01-20  8:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-20  8:25 [PATCH 0/9] ALSA: fireface: add support for Fireface UCX Takashi Sakamoto
2019-01-20  8:25 ` Takashi Sakamoto [this message]
2019-01-20  8:25 ` [PATCH 2/9] ALSA: fireface: unify protocol layer for FF400/FF800 Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 3/9] ALSA: fireface: obsolete proc node to leave one node Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 4/9] ALSA: fireface: add protocol-dependent operation to dump status Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 5/9] ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM frame Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 6/9] ALSA: fireface: add protocol-dependent operation to get clock status Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 7/9] ALSA: fireface: code refactoring for dump of sync status Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 8/9] ALSA: fireface: code refactoring to parse of clock configuration Takashi Sakamoto
2019-01-20  8:25 ` [PATCH 9/9] ALSA: fireface: add support for Fireface UCX Takashi Sakamoto
2019-01-21 14:30 ` [PATCH 0/9] " Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190120082553.17347-2-o-takashi@sakamocchi.jp \
    --to=o-takashi@sakamocchi.jp \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=ffado-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.