Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
02c99d77
Commit
02c99d77
authored
Feb 16, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mixer: include cleanup
Don't include conf.h in mixer_api.h. Use a forward struct declaration instead.
parent
46c15e4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
audio.c
src/audio.c
+1
-0
mixer_api.h
src/mixer_api.h
+3
-1
No files found.
src/audio.c
View file @
02c99d77
...
...
@@ -23,6 +23,7 @@
#include "output_plugin.h"
#include "output_all.h"
#include "mixer_api.h"
#include "conf.h"
#include <glib.h>
...
...
src/mixer_api.h
View file @
02c99d77
...
...
@@ -19,7 +19,7 @@
#ifndef MPD_MIXER_H
#define MPD_MIXER_H
#include
"conf.h"
#include
<stdbool.h>
/*
* list of currently implemented mixers
...
...
@@ -28,6 +28,8 @@
extern
const
struct
mixer_plugin
alsa_mixer
;
extern
const
struct
mixer_plugin
oss_mixer
;
struct
config_param
;
struct
mixer_plugin
{
/**
* Alocates and configures a mixer device.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment