summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-13 00:13:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:40 +0000
commit4fff5121e8769559e76fdc4ac05ded6dcb2374ae (patch)
treeb9a1c6ab2cd35124ddda4afdb19b5d4d0ffc480e /util
parentfeb69bd9467e218ccd72a27e9a5c1b0d6dc0b0bc (diff)
util/spkmodem-decode: fix 3-frame timeout
i accidentally left this reset here during a previous refactor. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/spkmodem_decode/spkmodem-decode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/spkmodem_decode/spkmodem-decode.c b/util/spkmodem_decode/spkmodem-decode.c
index 2618efb8..b320af6a 100644
--- a/util/spkmodem_decode/spkmodem-decode.c
+++ b/util/spkmodem_decode/spkmodem-decode.c
@@ -309,7 +309,6 @@ handle_audio(struct decoder_state *st)
if (set_ascii_bit(st) < 0)
print_char(st);
- st->sample_count = 0;
for (sample = 0; sample < SAMPLES_PER_FRAME; sample++)
decode_pulse(st);