Linux Documentation
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] ALSA: add PreSonus Quantum PCI driver
@ 2026-08-20  8:36 Nicholas Johnson
  2026-08-20  8:36 ` [RFC PATCH 1/1] ALSA: pci: " Nicholas Johnson
  0 siblings, 1 reply; 9+ messages in thread
From: Nicholas Johnson @ 2026-08-20  8:36 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Jonathan Corbet, Shuah Khan, linux-sound, linux-doc, linux-kernel,
	Nicholas Johnson


Hi all,

This RFC series adds an ALSA PCI driver for PreSonus Quantum PCIe/Thunderbolt
audio interfaces.

This project is independent and is not affiliated with PreSonus or Fender.

The driver provides playback, capture, raw MIDI, sample-rate control,
clock-source control, XRUN reporting, and surprise-removal handling. It
targets the Quantum PCI family and currently has verified support for the
Quantum 2626.

The implementation keeps the hardware path direct and multichannel, with
the aim of being small, reviewable, and suitable for eventual upstreaming.

I want to thank my best friend, Ju Ern, for lending me the machine used to
develop the driver, and the Asahi Linux project for m1n1 and the tooling
that made the hardware tracing and analysis possible.

Only the verified 2626 device ID is matched by the driver at present.

I am sending this as RFC to gather review and testing before asking for
merge. I would especially appreciate feedback on ALSA integration, device
enumeration, runtime PM/latency handling, and upstream expectations for the
driver.

Thanks,
Nicholas Johnson

Nicholas Johnson (1):
  ALSA: pci: add PreSonus Quantum PCI driver

 Documentation/sound/cards/index.rst           |    1 +
 .../sound/cards/presonus-quantum.rst          |  120 ++
 MAINTAINERS                                   |    6 +
 sound/pci/Kconfig                             |    2 +
 sound/pci/Makefile                            |    1 +
 sound/pci/quantum/Kconfig                     |   19 +
 sound/pci/quantum/Makefile                    |    6 +
 sound/pci/quantum/quantum.h                   |  394 ++++++
 sound/pci/quantum/quantum_dma.c               |  853 ++++++++++++
 sound/pci/quantum/quantum_main.c              | 1148 +++++++++++++++++
 sound/pci/quantum/quantum_midi.c              |  180 +++
 sound/pci/quantum/quantum_mixer.c             |  214 +++
 sound/pci/quantum/quantum_pcm.c               |  609 +++++++++
 sound/pci/quantum/quantum_regs.h              |   52 +
 sound/pci/quantum/quantum_tci.c               |  486 +++++++
 15 files changed, 4091 insertions(+)
 create mode 100644 Documentation/sound/cards/presonus-quantum.rst
 create mode 100644 sound/pci/quantum/Kconfig
 create mode 100644 sound/pci/quantum/Makefile
 create mode 100644 sound/pci/quantum/quantum.h
 create mode 100644 sound/pci/quantum/quantum_dma.c
 create mode 100644 sound/pci/quantum/quantum_main.c
 create mode 100644 sound/pci/quantum/quantum_midi.c
 create mode 100644 sound/pci/quantum/quantum_mixer.c
 create mode 100644 sound/pci/quantum/quantum_pcm.c
 create mode 100644 sound/pci/quantum/quantum_regs.h
 create mode 100644 sound/pci/quantum/quantum_tci.c

-- 
2.50.1 (Apple Git-155)



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-08-22 15:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-20  8:36 [RFC PATCH 0/1] ALSA: add PreSonus Quantum PCI driver Nicholas Johnson
2026-08-20  8:36 ` [RFC PATCH 1/1] ALSA: pci: " Nicholas Johnson
2026-08-21 12:44   ` [RFC PATCH] " Markus Elfring
2026-08-21 13:00   ` Markus Elfring
2026-08-21 13:34   ` [RFC PATCH 1/1] " Markus Elfring
2026-08-21 14:24   ` [RFC PATCH] " Markus Elfring
2026-08-21 18:10   ` Markus Elfring
2026-08-22 14:20   ` Markus Elfring
2026-08-22 15:21   ` [RFC PATCH 1/1] " Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox