Re: [RFC PATCH 1/1] ALSA: pci: add PreSonus Quantum PCI driver

From: Markus Elfring

Date: Fri Aug 21 2026 - 09:40:15 EST



> +++ b/sound/pci/quantum/quantum.h
> @@ -0,0 +1,394 @@

> +/* TCI protocol definitions */
> +
> +#define TCI_CHAN_CMD_RESP 0x01
> +#define TCI_CHAN_CMD_EVENT 0x02


Do you find the used abbreviation meaningful?
Where is it explained for an evolving programming interface?

Regards,
Markus