* add SVN $Id$ tags

* add a const


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1188 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-08-06 19:14:07 +00:00
parent 050b73912c
commit d953870564
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,5 @@
/* $Id$ */
/*** /***
This file is part of PulseAudio. This file is part of PulseAudio.

View file

@ -1,6 +1,8 @@
#ifndef foodbusutilhfoo #ifndef foodbusutilhfoo
#define foodbusutilhfoo #define foodbusutilhfoo
/* $Id$ */
/*** /***
This file is part of PulseAudio. This file is part of PulseAudio.

View file

@ -1,3 +1,5 @@
/* $Id$ */
/*** /***
This file is part of PulseAudio. This file is part of PulseAudio.
@ -50,7 +52,7 @@ PA_MODULE_AUTHOR("Shahms King")
PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers") PA_MODULE_DESCRIPTION("Detect available audio hardware and load matching drivers")
PA_MODULE_VERSION(PACKAGE_VERSION) PA_MODULE_VERSION(PACKAGE_VERSION)
static const char* capabilities[] = { "alsa", "oss" }; static const char*const capabilities[] = { "alsa", "oss" };
typedef enum { typedef enum {
CAP_ALSA, CAP_ALSA,