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

* Renamed a parameter in the 'Driver::unloadRecord()' method in
	caed(8).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-12-18 12:38:01 -05:00
parent 9e112b433f
commit 1bd4955ce4
6 changed files with 13 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ class DriverAlsa : public Driver
bool timescaleSupported(int card);
bool loadRecord(int card,int port,int coding,int chans,int samprate,
int bitrate,QString wavename);
bool unloadRecord(int card,int port,unsigned *len);
bool unloadRecord(int card,int port,unsigned *len_frames);
bool record(int card,int port,int length,int thres);
bool stopRecord(int card,int port);
bool setClockSource(int card,int src);