All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] snd-firewire-lib: add handling AMDTP receive stream
@ 2013-04-28  5:02 Takashi Sakamoto
  2013-04-28  5:02 ` [PATCH 1/4] Rename functions, structure and member name for AMDTP Takashi Sakamoto
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Takashi Sakamoto @ 2013-04-28  5:02 UTC (permalink / raw)
  To: clemens, tiwai, perex; +Cc: alsa-devel, linux1394-devel

Current implementation of snd-firewire-lib can handle only AMDTP transmit
stream with PCM. This series of patch enable it to handle both AMDTP receive
and transmit stream with PCM according to IEC 61883-6.

I develop with Echo Audio's Fireworks (AudioFirePre8). Unfortunately it's not
fully compliant to IEC 61883-6. The last patch includes some work arounds for
Fireworks. The snd-fireworks is still under development and not prepared for
commit.


Takashi Sakamoto (4):
  Rename functions, structure and member name for AMDTP
  Add macros for fixed value related to AMDTP
  Add "direction" member to amdtp_stream structure for AMDTP
  Add handling AMDTP receive stream

 sound/firewire/amdtp.c    |  422 ++++++++++++++++++++++++++++++++++++---------
 sound/firewire/amdtp.h    |   64 +++----
 sound/firewire/speakers.c |   33 ++--
 3 files changed, 393 insertions(+), 126 deletions(-)

-- 
1.7.10.4


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-04-29  9:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28  5:02 [PATCH 0/4] snd-firewire-lib: add handling AMDTP receive stream Takashi Sakamoto
2013-04-28  5:02 ` [PATCH 1/4] Rename functions, structure and member name for AMDTP Takashi Sakamoto
2013-04-28 12:52   ` [alsa-devel] " Clemens Ladisch
2013-04-29  4:21     ` Takashi Sakamoto
2013-04-28  5:02 ` [PATCH 2/4] Add macros for fixed value related to AMDTP Takashi Sakamoto
2013-04-28  5:02 ` [PATCH 3/4] Add "direction" member to amdtp_stream structure for AMDTP Takashi Sakamoto
2013-04-28  5:02 ` [PATCH 4/4] Add handling AMDTP receive stream Takashi Sakamoto
2013-04-28 12:52   ` [alsa-devel] " Clemens Ladisch
2013-04-29  4:30     ` Takashi Sakamoto
2013-04-29  9:47 ` [PATCH v2 0/4] snd-firewire-lib: add " Takashi Sakamoto
2013-04-29  9:47   ` [PATCH 1/4] Rename functions, structure and member name for AMDTP Takashi Sakamoto
2013-04-29  9:47   ` [PATCH 2/4] Add macros for fixed value related to AMDTP Takashi Sakamoto
2013-04-29  9:47   ` [PATCH 3/4] Add "direction" member to amdtp_stream structure for AMDTP Takashi Sakamoto
2013-04-29  9:47   ` [PATCH 4/4] Add handling AMDTP receive stream Takashi Sakamoto

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.