[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-54-g03cd37e
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Aug 4 10:49:37 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 9f5c1c60678e12f72836b3e01ebd48447d952769 (commit)
- Log -----------------------------------------------------------------
03cd37e... remove port definitions from header file since they are not actually used yet
7de3ab5... add missing C++ checks in header
-----------------------------------------------------------------------
Summary of changes:
src/pulse/ext-stream-restore.h | 4 ++++
src/pulse/introspect.h | 5 -----
2 files changed, 4 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
commit 7de3ab56d8f37acb27b983c78aca9dbba18f1c81
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Aug 4 19:49:13 2008 +0200
add missing C++ checks in header
diff --git a/src/pulse/ext-stream-restore.h b/src/pulse/ext-stream-restore.h
index 94e8964..a8eceaf 100644
--- a/src/pulse/ext-stream-restore.h
+++ b/src/pulse/ext-stream-restore.h
@@ -24,6 +24,8 @@
#include <pulse/context.h>
+PA_C_DECL_BEGIN
+
typedef struct pa_ext_stream_restore_info {
const char *name;
pa_channel_map channel_map;
@@ -83,4 +85,6 @@ void pa_ext_stream_restore_set_subscribe_cb(
pa_ext_stream_restore_subscribe_cb_t cb,
void *userdata);
+PA_C_DECL_END
+
#endif
commit 03cd37eb78f470f4b483e14affb633fcd00efd04
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Aug 4 19:49:33 2008 +0200
remove port definitions from header file since they are not actually used yet
diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h
index 6a6755e..35a80f6 100644
--- a/src/pulse/introspect.h
+++ b/src/pulse/introspect.h
@@ -210,11 +210,6 @@
PA_C_DECL_BEGIN
-#define PA_PORT_DIGITAL "spdif"
-#define PA_PORT_ANALOG_STEREO "analog-stereo"
-#define PA_PORT_ANALOG_5_1 "analog-5-1"
-#define PA_PORT_ANALOG_4_0 "analog-4-0"
-
/** @{ \name Sinks */
/** Stores information about sinks. Please note that this structure
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list