Mercurial > audlegacy-plugins
changeset 3170:5166d34025cc
alsa-ng: Add some niceties to the TODO.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 15 May 2009 00:49:04 -0500 |
parents | 62bc6d9b6de0 |
children | cb93b500a364 |
files | src/alsa-ng/TODO |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alsa-ng/TODO Fri May 15 00:47:24 2009 -0500 +++ b/src/alsa-ng/TODO Fri May 15 00:49:04 2009 -0500 @@ -4,3 +4,10 @@ - prerolling: this means that it is possible for buffer underruns occasionally. we want to preroll at least 50% of buffer_size before actually writing anything to the soundcard. + +The following things would be nice: + +- use HAL (or DeviceKit) to match up devices and mixer settings. The old way sucks + majorly, I want to be able to just choose a soundcard and have it set up the mixer + the right way on it's own. This is 2009, and this should be possible. +