changeset 3179:0c4359baee34

alsa-ng: Update TODO.
author William Pitcock <nenolod@atheme.org>
date Thu, 11 Jun 2009 05:22:22 -0500
parents 4634dab72608
children 2e7a64bb33cd
files src/alsa-ng/TODO
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/alsa-ng/TODO	Wed Jun 10 00:06:15 2009 -0500
+++ b/src/alsa-ng/TODO	Thu Jun 11 05:22:22 2009 -0500
@@ -1,6 +1,5 @@
-The following things are not implemented yet.
+The following things are not implemented yet:
 
-- mixer support
 - 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.
@@ -11,6 +10,10 @@
   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.
 
+(right now we don't use HAL/DeviceKit, but have a trivial function to determine what
+ mixer settings we use.  pcm:default seems like a good choice for finding the system
+ default soundcard/mixer, which we use already...)
+
 Things that won't be reimplemented:
 
 - support for custom period sizes and buffer sizes. we want to use the ALSA defaults