mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 22:46:16 +02:00
util/spkmodem-recv: say what freq_sep/data are
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -49,6 +49,10 @@ struct decoder_state {
|
|||||||
int ringpos;
|
int ringpos;
|
||||||
int sep_pos;
|
int sep_pos;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Sliding window pulse counters
|
||||||
|
* used to detect modem tones
|
||||||
|
*/
|
||||||
int freq_data;
|
int freq_data;
|
||||||
int freq_separator;
|
int freq_separator;
|
||||||
int sample_count;
|
int sample_count;
|
||||||
|
|||||||
Reference in New Issue
Block a user