Re: [RFC PATCH] ALSA: pci: add PreSonus Quantum PCI driver
From: Markus Elfring
Date: Fri Aug 21 2026 - 09:02:40 EST
…
> +++ b/sound/pci/quantum/quantum.h
> @@ -0,0 +1,394 @@
…
> +/* TCI_CHAN_CTRL */
> +#define TCI_CTRL_GET_SAMPLE_RATE 0x31
> +#define TCI_CTRL_SET_SAMPLE_RATE 0x32
> +#define TCI_CTRL_GET_CLOCK_SOURCE 0x33
…
Would you like to replace more defines for constant values by enumerations
to stress their relationships?
Regards,
Markus