mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
<Dirk.Kalis@t-online.de>
This patch added callbacks for rate locking and rate reset and fixed an initialisation problem from envy24control. If we have a default rate from e.g. 96000 and a stream is playing with e.g. 48000 an we start envy24control then the value 48000 is set as default rate.
This commit is contained in:
parent
d19f5f902d
commit
1e6e85f1c3
4 changed files with 58 additions and 2 deletions
|
|
@ -170,6 +170,8 @@ void patchbay_postinit(void);
|
|||
void master_clock_update(void);
|
||||
gint master_clock_status_timeout_callback(gpointer data);
|
||||
gint internal_clock_status_timeout_callback(gpointer data);
|
||||
gint rate_locking_status_timeout_callback(gpointer data);
|
||||
gint rate_reset_status_timeout_callback(gpointer data);
|
||||
void internal_clock_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
void rate_locking_update(void);
|
||||
void rate_locking_toggled(GtkWidget *togglebutton, gpointer data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue