2021-07-02 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Card Type' control to 'Edit Audio Ports' dialog in
	rdadmin(1).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-07-02 15:35:43 -04:00
parent d949f8b46f
commit 0aca9a5358
4 changed files with 43 additions and 11 deletions

View File

@@ -64,6 +64,8 @@ class EditAudioPorts : public RDDialog
QComboBox *edit_card_box;
QLabel *card_driver_label;
QLineEdit *card_driver_edit;
QLabel *card_label_label;
QLineEdit *card_label_edit;
QLabel *edit_clock_label;
QComboBox *edit_clock_box;
QLabel *edit_inportnum_label[RD_MAX_PORTS];