Re: [RFC PATCH] ALSA: pci: add PreSonus Quantum PCI driver
Markus Elfring <[email protected]>
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
… > +++ 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