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
4958a6f5
Commit
4958a6f5
authored
Feb 26, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oss: no CamelCase
Renamed types, functions and variables.
parent
90ee4885
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
oss_plugin.c
src/output/oss_plugin.c
+0
-0
output_list.c
src/output_list.c
+2
-2
No files found.
src/output/oss_plugin.c
View file @
4958a6f5
This diff is collapsed.
Click to expand it.
src/output_list.c
View file @
4958a6f5
...
...
@@ -25,7 +25,7 @@ extern const struct audio_output_plugin null_output_plugin;
extern
const
struct
audio_output_plugin
fifo_output_plugin
;
extern
const
struct
audio_output_plugin
alsaPlugin
;
extern
const
struct
audio_output_plugin
ao_output_plugin
;
extern
const
struct
audio_output_plugin
oss
P
lugin
;
extern
const
struct
audio_output_plugin
oss
_output_p
lugin
;
extern
const
struct
audio_output_plugin
osxPlugin
;
extern
const
struct
audio_output_plugin
pulse_plugin
;
extern
const
struct
audio_output_plugin
mvp_output_plugin
;
...
...
@@ -46,7 +46,7 @@ const struct audio_output_plugin *audio_output_plugins[] = {
&
ao_output_plugin
,
#endif
#ifdef HAVE_OSS
&
oss
P
lugin
,
&
oss
_output_p
lugin
,
#endif
#ifdef HAVE_OSX
&
osxPlugin
,
...
...
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