mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-22 06:59:56 -05:00
Thomas Charbonnel <thomas@undata.org>:
updated to version 1.4.
This commit is contained in:
parent
6498fd396f
commit
cd8875932e
39 changed files with 2859 additions and 579 deletions
|
|
@ -122,7 +122,7 @@ int HDSPMixerPresets::handle(int e)
|
|||
}
|
||||
|
||||
void HDSPMixerPresets::save_preset(int prst) {
|
||||
int speed = basew->cards[basew->current_card]->double_speed;
|
||||
int speed = basew->cards[basew->current_card]->speed_mode;
|
||||
int card = basew->current_card;
|
||||
int p = prst-1;
|
||||
basew->dirty = 0;
|
||||
|
|
@ -164,7 +164,7 @@ void HDSPMixerPresets::save_preset(int prst) {
|
|||
}
|
||||
|
||||
void HDSPMixerPresets::restore_preset(int prst) {
|
||||
int speed = basew->cards[basew->current_card]->double_speed;
|
||||
int speed = basew->cards[basew->current_card]->speed_mode;
|
||||
int card = basew->current_card;
|
||||
int p = prst-1;
|
||||
basew->dirty = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue