mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 08:31:41 +02:00
2021-07-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up indentation in 'rdadmin/edit_audios.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
0aca9a5358
commit
bff832664d
@ -21987,3 +21987,5 @@
|
||||
2021-07-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'Card Type' control to 'Edit Audio Ports' dialog in
|
||||
rdadmin(1).
|
||||
2021-07-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up indentation in 'rdadmin/edit_audios.cpp'.
|
||||
|
@ -306,6 +306,7 @@ void EditAudioPorts::ReadRecord(int card)
|
||||
edit_output_box[i]->setEnabled(true);
|
||||
}
|
||||
break;
|
||||
|
||||
case RDStation::Jack:
|
||||
card_label_edit->setText(tr("[none]"));
|
||||
card_driver_edit->setText("JACK Audio Connection Kit");
|
||||
@ -322,6 +323,7 @@ void EditAudioPorts::ReadRecord(int card)
|
||||
edit_output_box[i]->setDisabled(true);
|
||||
}
|
||||
break;
|
||||
|
||||
case RDStation::Alsa:
|
||||
card_driver_edit->setText("Advanced Linux Sound Architecture (ALSA)");
|
||||
edit_clock_box->setDisabled(true);
|
||||
@ -337,6 +339,7 @@ void EditAudioPorts::ReadRecord(int card)
|
||||
edit_output_box[i]->setDisabled(true);
|
||||
}
|
||||
break;
|
||||
|
||||
case RDStation::None:
|
||||
default:
|
||||
card_label_edit->setText(tr("[none]"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user