# HG changeset patch # User William Pitcock # Date 1242366544 18000 # Node ID 5166d34025ccba009b113b7a043dd23ccaa6c180 # Parent 62bc6d9b6de0cbddfaad888ff33c020bdda7320e alsa-ng: Add some niceties to the TODO. diff -r 62bc6d9b6de0 -r 5166d34025cc src/alsa-ng/TODO --- 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. +