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
923ac213
Commit
923ac213
authored
Mar 10, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output_control: removed audio_output_signal()
This function was part of a workaround which we don't need anymore.
parent
756b0022
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
output_control.c
src/output_control.c
+0
-6
output_control.h
src/output_control.h
+0
-8
No files found.
src/output_control.c
View file @
923ac213
...
...
@@ -120,12 +120,6 @@ audio_output_update(struct audio_output *ao,
}
void
audio_output_signal
(
struct
audio_output
*
ao
)
{
notify_signal
(
&
ao
->
notify
);
}
void
audio_output_play
(
struct
audio_output
*
ao
)
{
if
(
!
ao
->
open
)
...
...
src/output_control.h
View file @
923ac213
...
...
@@ -49,14 +49,6 @@ audio_output_update(struct audio_output *ao,
const
struct
audio_format
*
audio_format
,
const
struct
music_pipe
*
mp
);
/**
* Wakes up the audio output thread. This is part of a workaround for
* a deadlock bug, and should be removed as soon as the real cause is
* fixed. XXX
*/
void
audio_output_signal
(
struct
audio_output
*
ao
);
void
audio_output_play
(
struct
audio_output
*
ao
);
...
...
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