]> sigrok.org Git - libsigrok.git/commit - src/hardware/rigol-ds/api.c
use common channel group allocation/release code
authorGerhard Sittig <redacted>
Wed, 26 Jan 2022 22:23:27 +0000 (23:23 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 17:53:54 +0000 (18:53 +0100)
commitd810901a45e01b8e79f6b269dbb931b538071953
tree2c5c219a26fc81f421456889c0c8335d1b17ed6f
parent7047acc8e85b38713450e800037dbcddb1fa98ac
use common channel group allocation/release code

Eliminate individual open coded alloc and release code for channel
groups in hardware drivers and input modules. Use common code instead.

This commit affects: arachnid-labs-re-load-pro, atten-pps3xxx,
baylibre-acme, dcttech-usbrelay, demo, dreamsourcelab-dslogic, fx2lafw,
gwinstek-gds-800, gwinstek-gpd, hameg-hmo, hantek-4032l, hantek-6xxx,
hantek-dso, hp-3457a, hp-59306a, hung-chang-dso-2100, itech-it8500,
lecroy-xstream, maynuo-m97, microchip-pickit2, motech-lps-30x, rigol-dg,
rigol-ds, scpi-pps, siglent-sds, yokogawa-dlm, input/vcd.
27 files changed:
src/hardware/arachnid-labs-re-load-pro/api.c
src/hardware/atten-pps3xxx/api.c
src/hardware/baylibre-acme/protocol.c
src/hardware/dcttech-usbrelay/api.c
src/hardware/demo/api.c
src/hardware/dreamsourcelab-dslogic/api.c
src/hardware/fx2lafw/api.c
src/hardware/gwinstek-gds-800/api.c
src/hardware/gwinstek-gpd/api.c
src/hardware/hameg-hmo/protocol.c
src/hardware/hantek-4032l/api.c
src/hardware/hantek-6xxx/api.c
src/hardware/hantek-dso/api.c
src/hardware/hp-3457a/api.c
src/hardware/hp-59306a/api.c
src/hardware/hung-chang-dso-2100/api.c
src/hardware/itech-it8500/api.c
src/hardware/lecroy-xstream/protocol.c
src/hardware/maynuo-m97/api.c
src/hardware/microchip-pickit2/api.c
src/hardware/motech-lps-30x/api.c
src/hardware/rigol-dg/api.c
src/hardware/rigol-ds/api.c
src/hardware/scpi-pps/api.c
src/hardware/siglent-sds/api.c
src/hardware/yokogawa-dlm/protocol.c
src/input/vcd.c