mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
* 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:
parent
050b73912c
commit
d953870564
3 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
/***
|
/***
|
||||||
This file is part of PulseAudio.
|
This file is part of PulseAudio.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue