]> sigrok.org Git - libsigrok.git/commit
input/wav: undo "create channels once" workaround
authorGerhard Sittig <redacted>
Sun, 28 Oct 2018 09:45:42 +0000 (10:45 +0100)
committerGerhard Sittig <redacted>
Sun, 21 Aug 2022 15:45:11 +0000 (17:45 +0200)
commit81ceb6a51dd666987fb5c67b83c5ba14d105b301
treee410a0a318ebfe970faecd77a7e18aa3803bbf17
parent2581d204e0a367a74d0903fdb3fbe32ffab42a25
input/wav: undo "create channels once" workaround

Undo the essence of commit 9e850040db5c which added a workaround to
create sigrok channels only once, and keep reusing them across every
file import (without checking details). Which was obsoleted by the
recent channel list check on file re-load, including proper response
when essential file properties have changed.

Indentation changes. See a whitespace ignoring diff for the essence.
src/input/wav.c