All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Sakamoto <o-takashi@sakamocchi.jp>
To: Jonathan Woithe <jwoithe@just42.net>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org, clemens@ladisch.de,
	ffado-devel@lists.sf.net
Subject: Re: [PATCH 1/3] fireface: add skeleton for RME Fireface series
Date: Mon, 7 Dec 2015 10:32:26 +0900	[thread overview]
Message-ID: <5664E1AA.7030504@sakamocchi.jp> (raw)
In-Reply-To: <20151206221326.GB6103@marvin.atrad.com.au>

Hi,

On Dec 07 2015 07:13, Jonathan Woithe wrote:
> On Sun, Dec 06, 2015 at 10:23:42PM +0900, Takashi Sakamoto wrote:
>> Three types of firmware have been released by RME GmbH; for Fireface 400,
>> for Fireface 800 and for UCX/802/UFX.
>
> The FF400 and FF800 firmwares are pretty much the same.  The control
> protocol does differ between the two but at a fundamental level they are the
> same - especially where streaming is concerned.  They are similar enough
> that it would not make sense to implement a separate driver for the FF800.
>
> You are correct in concluding that the latter is a totally new firmware.  In
> addition to the UFX/UCX/802 RME have also ported as much as is relevant to
> the FF800.  The mixer interface (which doesn't directly concern ALSA) is
> completely different.  I have not yet investigated the streaming part in
> full but my initial investigations suggest that it may not be significantly
> different.
>
>> It's reasonable that these models use different protocol for
>> communication.
>
> For FF400 and FF800 the streaming protocol is very similar.  I expect the
> same to hold for the newer devices too, but will be able to say more once I
> get a chance to fully probe the UFX.  In other words, at this stage it is
> fair to say that the streaming component for all devices will be similar,
> and there is probably no reason to consider there being three completely
> different firmwares.  There are obviously some differences which will need
> to be allowed for in places, but the same is true for almost every device
> family.

If so, why the vendor (RME GmbH) produces these different firmwares? 
Could I request your opinions about it?

> In the patch:
>
>> diff --git a/sound/firewire/fireface/fireface.c b/sound/firewire/fireface/fireface.c
>> new file mode 100644
>> index 0000000..7e21667
>> --- /dev/null
>> +++ b/sound/firewire/fireface/fireface.c
>> @@ -0,0 +1,139 @@
>> +/*
>> + * fireface.c - a part of driver for RMW Fireface series
>
> Typo: it should be "RME", obviously.
>
>> +	/* TODO: how to detect all of models? */
>> +	model = "Fireface 400";
>
> Though the unit version field of the ConfigROM.
>
> Once I get my head around git and how best to keep track of these patch
> series I can provide a patch for this.  Despite several attempts to truly
> understand git over the last few years I have so far failed abysmally.  :-(

Currently, I have no direction to support models except for FF400 
because I've never seen their packets. Even if you insists that they are 
similar, actually they're somewhat different (and I guess that the 
difference is larger than you expect, at least, isochronous packet 
streaming management).


Regards

Takashi Sakamoto

  reply	other threads:[~2015-12-07  1:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-06 13:23 [RFC][PATCH 0/3] ALSA: fireface: new driver for RME Fireface series (MIDI only) Takashi Sakamoto
2015-12-06 13:23 ` [PATCH 1/3] fireface: add skeleton for RME Fireface series Takashi Sakamoto
2015-12-06 22:13   ` [FFADO-devel] " Jonathan Woithe
2015-12-07  1:32     ` Takashi Sakamoto [this message]
2015-12-07  2:05       ` Jonathan Woithe
2015-12-06 13:23 ` [PATCH 2/3] fireface: add transaction support Takashi Sakamoto
2015-12-08 10:22   ` Clemens Ladisch
2015-12-08 11:25     ` Takashi Sakamoto
2015-12-08 11:29       ` Clemens Ladisch
2015-12-08 12:20         ` Takashi Sakamoto
2015-12-08 12:36           ` Clemens Ladisch
2015-12-10 11:31             ` Takashi Sakamoto
2015-12-06 13:23 ` [PATCH 3/3] fireface: add support for MIDI functionality Takashi Sakamoto
2015-12-06 14:29 ` [FFADO-devel] [RFC][PATCH 0/3] ALSA: fireface: new driver for RME Fireface series (MIDI only) Илья
2015-12-06 21:57 ` Jonathan Woithe
2015-12-07  1:27   ` Takashi Sakamoto
2015-12-07  1:37     ` Jonathan Woithe
2015-12-07  1:52       ` Takashi Sakamoto
2015-12-07  2:05         ` Takashi Sakamoto
2015-12-07  2:21           ` Jonathan Woithe
2015-12-07  2:42             ` Takashi Sakamoto
2015-12-07  3:01               ` Jonathan Woithe
2015-12-07  7:37             ` Clemens Ladisch
2015-12-07  8:41               ` Jonathan Woithe

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=5664E1AA.7030504@sakamocchi.jp \
    --to=o-takashi@sakamocchi.jp \
    --cc=alsa-devel@alsa-project.org \
    --cc=clemens@ladisch.de \
    --cc=ffado-devel@lists.sf.net \
    --cc=jwoithe@just42.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.