From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gx.d.sender-sib.com (gx.d.sender-sib.com [77.32.148.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 411AD377034 for ; Thu, 20 Aug 2026 08:38:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=77.32.148.24 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787215083; cv=none; b=b6UHQFAUkO5q7sraTBppScTUP3TUUCYt5Is0+/QZr64WH6p2joKlzSvfyZAsP1l3mPrSLAqfExW7zWZsYzPJOnoC3BA/3luXENYHSQKbTfNzhI1Po+9p2Eaujlz6G5P12hH8qlfNz/Foq5QsB6pa8lFOAAxfL5vX9YlLU+NAre0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1787215083; c=relaxed/simple; bh=WkWCfdofhBa/xyWGidhvVSgREVFol2bfvzmw4/hCVKY=; h=To:Date:Subject:Cc:Message-Id:From:Mime-Version; b=Vtej9SLAVurJApcoHY8ZjxiyL0aa224MQA8iwNeaKOfWYU1BpPNW1c6LHsWFSdoV1MYQFYHaGW5pSU64bJ9fGZuV3LnqI0gihT4SnkBTbBgi27dXPBzDHn2EM+s79XR2FW2iFsVp/mxIrfRrU6gjpjm6D0dCKn6xh6z8qqPIDpo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=outlook.com.au; spf=pass smtp.mailfrom=gx.d.sender-sib.com; dkim=pass (1024-bit key) header.d=brevosend.com header.i=@brevosend.com header.b=REexHwvk; arc=none smtp.client-ip=77.32.148.24 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=outlook.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gx.d.sender-sib.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=brevosend.com header.i=@brevosend.com header.b="REexHwvk" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brevosend.com; q=dns/txt; s=mail; bh=kn7srHoXkaZsxngVEFiL/AUftNzcyOW4mWabfcraxfs=; h=from:subject:date:to:cc:mime-version:content-transfer-encoding:list-unsubscribe:x-csa-complaints:list-unsubscribe-post:message-id:x-sib-id:feedback-id; b=REexHwvktaeaVBKv5kllaOGdAVAsUXHrs0rtBGAI3ad2YqduNLinnVZ6hMsxKYridVHFc5RJmpgt HZl8YrPUeFsEzO1v2kZcyTaU86B0fqRDg9NY7wEuk0cC4YdFFQzIyQODEDlff73pWhZWd3Kmhk4U C8WJVEZiNCJBnzYvXcc= To: "Jaroslav Kysela" ,"Takashi Iwai" Date: Thu, 20 Aug 2026 16:36:45 +0800 Subject: [RFC PATCH 0/1] ALSA: add PreSonus Quantum PCI driver Cc: "Jonathan Corbet" , "Shuah Khan" , , , , "Nicholas Johnson" Message-Id: <20260820083646.11383-1-nicholas.johnson-opensource@outlook.com.au> List-Unsubscribe-Post: List-Unsubscribe=One-Click X-Mailin-EID: NDgxMTkzNjAyfmxpbnV4LWtlcm5lbEB2Z2VyLmtlcm5lbC5vcmd%2BPDIwMjYwODIwMDgzNjQ2LjExMzgzLTEtbmljaG9sYXMuam9obnNvbi1vcGVuc291cmNlQG91dGxvb2suY29tLmF1Pn5neC5kLnNlbmRlci1zaWIuY29t X-sib-id: WO5U6rDA-XNK6Zd7f0ucCfCAjJinzFUAcPLW-cE96XQeldHw1RQ0xvE641YNJVkvc7eXQY1xtXIVE8EWsWkjVkQMibYR7ALlBKKU1FwsVK6EqzpWoZpWvF4NNs5lxpvJqxNtx02edE9YQwWpKB82HH8ECN1B-A8r-ro-8YBtjDvskaMgkdF3rixd6g Origin-messageId: <20260820083646.11383-1-nicholas.johnson-opensource@outlook.com.au> Feedback-ID: 77.32.148.24:11519862_-1:11519862:Sendinblue From: "Nicholas Johnson" X-CSA-Complaints: csa-complaints@eco.de X-Mailer: git-send-email 2.53.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi all, This RFC series adds an ALSA PCI driver for PreSonus Quantum PCIe/Thunderbo= lt 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 --=20 2.50.1 (Apple Git-155)