output_control: removed audio_output_signal()
This function was part of a workaround which we don't need anymore.
This commit is contained in:
parent
756b0022da
commit
923ac213b5
@ -119,12 +119,6 @@ audio_output_update(struct audio_output *ao,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
audio_output_signal(struct audio_output *ao)
|
|
||||||
{
|
|
||||||
notify_signal(&ao->notify);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
audio_output_play(struct audio_output *ao)
|
audio_output_play(struct audio_output *ao)
|
||||||
{
|
{
|
||||||
|
@ -49,14 +49,6 @@ audio_output_update(struct audio_output *ao,
|
|||||||
const struct audio_format *audio_format,
|
const struct audio_format *audio_format,
|
||||||
const struct music_pipe *mp);
|
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
|
void
|
||||||
audio_output_play(struct audio_output *ao);
|
audio_output_play(struct audio_output *ao);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user