Add input select widget for 4th Gen 2i2 and 4i4

This commit is contained in:
Geoffrey D. Bennett
2023-12-04 00:49:44 +10:30
parent 47034d7901
commit b35fa3cf50
3 changed files with 103 additions and 3 deletions

13
src/widget-input-select.h Normal file
View File

@@ -0,0 +1,13 @@
// SPDX-FileCopyrightText: 2023-2024 Geoffrey D. Bennett <g@b4.vu>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include <gtk/gtk.h>
#include "alsa.h"
GtkWidget *make_input_select_alsa_elem(
struct alsa_elem *alsa_elem,
int line_num
);