2023-12-14 Fred Gleason <fredg@paravelsystems.com>

* Fixed regressions in the CAE subsystem that broke play-out positing
	and active output port reporting.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-12-14 17:43:26 -05:00
parent b939c2772c
commit f21b526263
27 changed files with 1148 additions and 1024 deletions

View File

@@ -1738,8 +1738,9 @@ void RDSoundPanel::Stopped(int id)
void RDSoundPanel::ClearChannel(int id)
{
RDPlayDeck *playdeck=panel_active_buttons[id]->playDeck();
if(rda->cae()->
playPortActive(playdeck->card(),playdeck->port(),playdeck->stream())) {
playPortStatus(playdeck->card(),playdeck->port(),playdeck->serial())) {
return;
}
panel_event_player->exec(panel_stop_rml[panel_active_buttons[id]->output()]);