Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9009305705668ac99743ace7da506a5465116720)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9009305705668ac99743ace7da506a5465116720)
  • Date: Fri, 19 Sep 2008 02:21:13 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-drivers/libffado/libffado-atomic_ops.patch | 37
+++++++++++++++++++++++
1 files changed, 37 insertions(+)

New commits:
commit 3fef662b4b8ec8599216a63cf8dd63b8980cb249
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libffado: complete the atomic patch

diff --git a/audio-drivers/libffado/libffado-atomic_ops.patch
b/audio-drivers/libffado/libffado-atomic_ops.patch
index dedaa8f..7081ca5 100644
--- a/audio-drivers/libffado/libffado-atomic_ops.patch
+++ b/audio-drivers/libffado/libffado-atomic_ops.patch
@@ -1,3 +1,15 @@
+Index: src/libieee1394/CycleTimerHelper.cpp
+===================================================================
+--- src/libieee1394/CycleTimerHelper.cpp (Revision 1319)
++++ src/libieee1394/CycleTimerHelper.cpp (Arbeitskopie)
+@@ -27,7 +27,6 @@
+ #include "ieee1394service.h"
+ #include "libutil/PosixThread.h"
+ #include "libutil/PosixMutex.h"
+-#include "libutil/Atomic.h"
+ #include "libutil/Watchdog.h"
+
+ #define DLL_PI (3.141592653589793238)
Index: src/libieee1394/IsoHandlerManager.cpp
===================================================================
--- src/libieee1394/IsoHandlerManager.cpp (Revision 1319)
@@ -50,3 +62,28 @@ Index: src/libieee1394/IsoHandlerManager.h

// static allocation due to RT constraints
// this is the map used by the actual thread
+Index: src/libstreaming/generic/StreamProcessor.cpp
+===================================================================
+--- src/libstreaming/generic/StreamProcessor.cpp (Revision 1319)
++++ src/libstreaming/generic/StreamProcessor.cpp (Arbeitskopie)
+@@ -34,8 +34,6 @@
+
+ #include "libutil/Time.h"
+
+-#include "libutil/Atomic.h"
+-
+ #include <assert.h>
+ #include <math.h>
+
+Index: src/libutil/TimestampedBuffer.cpp
+===================================================================
+--- src/libutil/TimestampedBuffer.cpp (Revision 1319)
++++ src/libutil/TimestampedBuffer.cpp (Arbeitskopie)
+@@ -23,7 +23,6 @@
+
+ #include "config.h"
+
+-#include "libutil/Atomic.h"
+ #include "libieee1394/cycletimer.h"
+
+ #include "TimestampedBuffer.h"



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9009305705668ac99743ace7da506a5465116720), Thomas Orgis, 09/19/2008

Archive powered by MHonArc 2.6.24.

Top of Page