Add display of sample rate

This commit is contained in:
Geoffrey D. Bennett
2024-03-12 00:43:52 +10:30
parent 96b4ec8259
commit f00de1bd25
4 changed files with 199 additions and 11 deletions

12
src/widget-sample-rate.h Normal file
View File

@@ -0,0 +1,12 @@
// SPDX-FileCopyrightText: 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_sample_rate_widget(
struct alsa_card *alsa_card
);