mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pipewire: module-ffado-driver: remove unused module_schedule_destroy()
This commit is contained in:
parent
0f70256230
commit
0a00d9c4d7
1 changed files with 0 additions and 14 deletions
|
|
@ -745,20 +745,6 @@ static void *ffado_process_thread(void *arg)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
|
||||||
do_schedule_destroy(struct spa_loop *loop,
|
|
||||||
bool async, uint32_t seq, const void *data, size_t size, void *user_data)
|
|
||||||
{
|
|
||||||
struct impl *impl = user_data;
|
|
||||||
pw_impl_module_schedule_destroy(impl->module);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
void module_schedule_destroy(struct impl *impl)
|
|
||||||
{
|
|
||||||
pw_loop_invoke(impl->main_loop, do_schedule_destroy, 1, NULL, 0, false, impl);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int open_ffado_device(struct impl *impl)
|
static int open_ffado_device(struct impl *impl)
|
||||||
{
|
{
|
||||||
ffado_streaming_stream_type stream_type;
|
ffado_streaming_stream_type stream_type;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue