Update README.md

This commit is contained in:
Serif 2026-01-20 09:04:26 +01:00 committed by GitHub
parent 8299661b7b
commit 746f9d4ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 8 deletions

View File

@ -4,17 +4,22 @@ An unofficial ALSA kernel module for the TASCAM US-144MKII & US-144 USB audio in
For TASCAM US-122MKII check us122mkii branch.
## 📢 Project Status
## Project Status
*--- OLD VERSION --- ✅ **Upstreamed** — This driver has been merged into the [`sound/for-next`](https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/log/?h=for-next) branch for inclusion in an upcoming Linux kernel release.
**Upstream Status**
A version of this driver has been merged into the Linux kernel. However, the in-kernel driver
is **older and lacks fixes and improvements present in this repository**.
### ✅ Implemented Features
* **Audio Playback:**
* **Audio Capture (Recording):**
* **MIDI IN/OUT:**
This repository contains the **newest and most complete version** of the driver, with improved
functionality and fixes not yet available in the upstream kernel.
### 📝 To-Do & Known Limitations
* Non MKII US-144 needs testing to see if the driver will work with it.
### Implemented Features
- **Audio Playback**
- **Audio Capture (Recording)**
- **MIDI IN / OUT**
### Known Limitations
- Non-MKII US-144 devices need more testing
## Installation and Usage