]> git.alsa-project.org Git - alsa-utils.git/commit
bat: really skip analysis of the first period and update related comment
authorDelio Brignoli <dbrignoli@audioscience.com>
Mon, 18 Sep 2023 08:33:37 +0000 (09:33 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 17 Oct 2023 11:28:13 +0000 (13:28 +0200)
commit039e4cad48a01437d195914b57b5da83ebc582c3
tree46dc1a0a183403e1caca5c8a30cad2b9a848c99c
parent31e91f911e9132171a87fb7966c3f4701ff9717c
bat: really skip analysis of the first period and update related comment

Prior to this change bat/analyze.c would skip the last period of the recording, contrary to
what the comment in the code which stated the first period was meant to be skipped.

The comment has been updated to state that both the first and last period are skipped and the code
has been updated to match.

Closes: https://github.com/alsa-project/alsa-utils/pull/237
Signed-off-by: Delio Brignoli <dbrignoli@audioscience.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
bat/analyze.c