summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2005-08-23 13:53:17 +0000
committerAndy Wingo <wingo@pobox.com>2005-08-23 13:53:17 +0000
commitb976e88c29914b3d35b3e02612b22741998934d8 (patch)
tree8fc8e4e1241cfaf3631be3f9b5cc7fdbf787b633 /ChangeLog
parent007a0868a3d0e174a518fadbfd613bd233c8ae71 (diff)
sys/oss/gstossmixerelement.*: Added mixer element like alsamixer.
Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstossmixerelement.h: * sys/oss/gstossmixerelement.c: Added mixer element like alsamixer. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Register the ossmixer element.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73bb477b..9d3395bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-08-23 Andy Wingo <wingo@pobox.com>
+ * sys/oss/gstossmixerelement.h:
+ * sys/oss/gstossmixerelement.c: Added mixer element like
+ alsamixer.
+
+ * sys/oss/Makefile.am:
+ * sys/oss/gstossaudio.c: Register the ossmixer element.
+
* sys/oss/gstossmixer.h:
* sys/oss/gstossmixer.c: Refactored to be more like alsamixer.