Add support for waiting for FCP driver initialisation

When a card using the FCP driver is added at runtime, we need to wait
for fcp-server to finish creating all the controls before we attempt
to enumerate them.
This commit is contained in:
Geoffrey D. Bennett
2025-03-08 04:38:58 +10:30
parent 6f0ab1890d
commit 97f993db7b
4 changed files with 237 additions and 22 deletions

8
src/iface-waiting.h Normal file
View File

@@ -0,0 +1,8 @@
// SPDX-FileCopyrightText: 2025 Geoffrey D. Bennett <g@b4.vu>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include "alsa.h"
GtkWidget *create_iface_waiting_main(struct alsa_card *card);