mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-12-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that broke audio capture under ALSA and JACK. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1052,6 +1052,7 @@ bool DriverAlsa::stopRecord(int card,int port)
|
||||
return false;
|
||||
}
|
||||
alsa_recording[card][port]=false;
|
||||
stateRecordUpdate(card,port,2);
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
@@ -1386,7 +1387,6 @@ void DriverAlsa::recordTimerData(int cardport)
|
||||
int stream=cardport-card*RD_MAX_PORTS;
|
||||
|
||||
stopRecord(card,stream);
|
||||
stateRecordUpdate(card,stream,2);
|
||||
#endif // ALSA
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user