Linux Documentation
 help / color / mirror / Atom feed
From: "Nicholas Johnson" <nicholas.johnson-opensource@outlook.com.au>
To: "Jaroslav Kysela" <perex@perex.cz>,"Takashi Iwai" <tiwai@suse.com>
Cc: "Jonathan Corbet" <corbet@lwn.net>,
	 "Shuah Khan" <skhan@linuxfoundation.org>,
	 <linux-sound@vger.kernel.org>,  <linux-doc@vger.kernel.org>,
	 <linux-kernel@vger.kernel.org>,
	 "Nicholas Johnson" <nicholas.johnson-opensource@outlook.com.au>
Subject: [RFC PATCH 0/1] ALSA: add PreSonus Quantum PCI driver
Date: Thu, 20 Aug 2026 16:36:45 +0800	[thread overview]
Message-ID: <20260820083646.11383-1-nicholas.johnson-opensource@outlook.com.au> (raw)


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)



             reply	other threads:[~2026-08-20  8:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-20  8:36 Nicholas Johnson [this message]
2026-08-20  8:36 ` [RFC PATCH 1/1] ALSA: pci: add PreSonus Quantum PCI driver 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260820083646.11383-1-nicholas.johnson-opensource@outlook.com.au \
    --to=nicholas.johnson-opensource@outlook.com.au \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=skhan@linuxfoundation.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox