User:ClemensLadisch: Difference between revisions
Jump to navigation
Jump to search
(New page: my TODO list: #CMI8788 driver: I'm cleaning up C-Media's incomplete driver; still horrible bugs.<br>ca. 70% #use hrtimers in the MIDI sequencer<br>ca. 25% #usb-audio: allow shorter-than-1m...) |
m (→my TODO list) |
||
(70 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
my TODO list | ==my TODO list== | ||
#CMI8788 | #lots of other things | ||
#CMI8788 and Xonar drivers | |||
#use hrtimers in the MIDI sequencer<br>ca. 25% | #use hrtimers in the MIDI sequencer<br>ca. 25% | ||
#usb-audio: allow shorter-than-1ms periods for high-speed devices (just remove the code that rounds periods to USB frames)<br>0% | #usb-audio: allow shorter-than-1ms periods for high-speed devices (just remove the code that rounds periods to USB frames)<br>0% | ||
Line 15: | Line 16: | ||
#MIDI synth: MIDI tuning | #MIDI synth: MIDI tuning | ||
#ymfpci: MIDI synth | #ymfpci: MIDI synth | ||
[[Category:DevToDoLists]] |
Latest revision as of 10:50, 4 April 2012
my TODO list
- lots of other things
- CMI8788 and Xonar drivers
- use hrtimers in the MIDI sequencer
ca. 25% - usb-audio: allow shorter-than-1ms periods for high-speed devices (just remove the code that rounds periods to USB frames)
0% - usb-audio: handle MIDI write errors better
- move non-public headers out of linux/include/sound/
- PCI: annotate in-memory data structures read by bus master chips with __le/be
- implement (some?) OSS 4 API ioctls
- test (i.e., use) alsa-python
- use dev_printk?
- various subsystem send different and too many MIDI reset commands when a port is closed
- usb-audio: restructure
- OSS emulation by redirecting to user space (like FUSE, but we need ioctls and mmap)
- MIDI synth: support more sysex commands
- MIDI synth: MIDI tuning
- ymfpci: MIDI synth