Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly terminate stream in polypaudio plugin | Pierre Ossman | 2006-03-08 | 1 | -0/+1 |
| | | | | | | | | Some applications like to call prepare over and over again, recreating the stream each time. Previously we just cleaned up the local end each time, but this makes sure the server also releases its resources. Signed-off-by: Pierre Ossman <ossman@cendio.se> | ||||
* | Structure reorganziation, added polyp plugin | Takashi Iwai | 2006-02-21 | 1 | -0/+60 |
- Reorganized the directory structure: Now each plugin(s) is loaded in own subdirectory. - Added polypaudio plugin by Pierre Ossman <ossman@cendio.se> - Fixed COPYING file to LGPL (under which all codes are released, so far) |