audio: removed isCurrentAudioFormat()
This function isn't used anymore.
This commit is contained in:
parent
2a388c2aa7
commit
f141d90533
@ -218,14 +218,6 @@ void finishAudioDriver(void)
|
|||||||
notify_deinit(&audio_output_client_notify);
|
notify_deinit(&audio_output_client_notify);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
|
||||||
isCurrentAudioFormat(const struct audio_format *audioFormat)
|
|
||||||
{
|
|
||||||
assert(audioFormat != NULL);
|
|
||||||
|
|
||||||
return audio_format_equals(audioFormat, &input_audio_format);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void audio_output_wait_all(void)
|
static void audio_output_wait_all(void)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
@ -72,8 +72,6 @@ void dropBufferedAudio(void);
|
|||||||
|
|
||||||
void closeAudioDevice(void);
|
void closeAudioDevice(void);
|
||||||
|
|
||||||
bool isCurrentAudioFormat(const struct audio_format *audioFormat);
|
|
||||||
|
|
||||||
void sendMetadataToAudioDevice(const struct tag *tag);
|
void sendMetadataToAudioDevice(const struct tag *tag);
|
||||||
|
|
||||||
/* these functions are called in the main parent process while the child
|
/* these functions are called in the main parent process while the child
|
||||||
|
Loading…
x
Reference in New Issue
Block a user