summaryrefslogtreecommitdiffstats
path: root/polyp/ctl_polyp.c
Commit message (Collapse)AuthorAgeFilesLines
* Make polypaudio plugin thread safePierre Ossman2006-03-081-34/+114
| | | | | | Add a mutex to make sure that the Polypaudio plugin is thread safe. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* Fix handling of ctl elementsTakashi Iwai2006-02-271-15/+47
| | | | | | | From: Pierre Ossman <ossman@cendio.se> Seems I fumbled the control event code a bit. Only one event at a time got through. Here is a fix so that all four elements can change in one go.
* Update polyp pluginTakashi Iwai2006-02-231-53/+211
| | | | | | | | | From: Pierre Ossman <ossman@cendio.se> Here is a final update to the plugin and the documentation. This release adds capture volume and mute switches. This should also be the last API change in polypaudio before the next release, so this plugin should be stable for now.
* Structure reorganziation, added polyp pluginTakashi Iwai2006-02-211-0/+455
- 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)