summaryrefslogtreecommitdiffstats
path: root/polyp/polyp.c
Commit message (Collapse)AuthorAgeFilesLines
* Make polypaudio plugin thread safePierre Ossman2006-03-081-0/+2
| | | | | | Add a mutex to make sure that the Polypaudio plugin is thread safe. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* Properly terminate stream in polypaudio pluginPierre Ossman2006-03-081-0/+26
| | | | | | | | 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>
* Fixes for polyp pluginTakashi Iwai2006-02-221-1/+1
| | | | | | | | | From: Pierre Ossman <ossman@cendio.se> There shouldn't be any more API changes until polypaudio 0.8 that affect this plugin. I am working on supporting capture volume and mute switches, but that should be a strict addition (i.e. it can wait until the next release if things get tight).
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-211-0/+350
- 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)