mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04: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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef foodbusutilhfoo
|
||||
#define foodbusutilhfoo
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/***
|
||||
This file is part of PulseAudio.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
/* $Id$ */
|
||||
|
||||
/***
|
||||
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_VERSION(PACKAGE_VERSION)
|
||||
|
||||
static const char* capabilities[] = { "alsa", "oss" };
|
||||
static const char*const capabilities[] = { "alsa", "oss" };
|
||||
|
||||
typedef enum {
|
||||
CAP_ALSA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue