diff options
author | Johns <johns98@gmx.net> | 2012-01-16 15:42:17 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-01-16 15:42:17 +0100 |
commit | c0d0a4ae7c0b21d6d240972da739d7a3c04561d7 (patch) | |
tree | 8d3659091ddef2d189f2aba5de8b19fc4884b785 /ChangeLog | |
parent | e619f5c836741868ce01630892d435f793dd960a (diff) | |
download | vdr-plugin-softhddevice-c0d0a4ae7c0b21d6d240972da739d7a3c04561d7.tar.gz vdr-plugin-softhddevice-c0d0a4ae7c0b21d6d240972da739d7a3c04561d7.tar.bz2 |
Audio module cleanup (more to come).
Alsa + OSS can be included/build at the same time.
Alsa or OSS can be runtime selected with -a.
Add audio thread support to OSS module.
Add polled audio support to alsa module.
Removed some debug source code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ User johns +Date: + + Audio module cleanup: + Alsa + OSS can be included/build at the same time. + Alsa or OSS can be runtime selected with -a. + Add audio thread support to OSS module. + Add polled audio support to alsa module. + Removed some debug source code. + Date: Sun Jan 15 16:56:04 CET 2012 Release Version 0.3.1 |