summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Fix Makefile.am entryTakashi Iwai2006-02-231-1/+1
| | | | Fix Makefile.am entry for README-polyp and -jack.
* Update polyp pluginTakashi Iwai2006-02-232-53/+252
| | | | | | | | | 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.
* Fixes for polyp pluginTakashi Iwai2006-02-223-5/+5
| | | | | | | | | 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-2120-285/+1954
| | | | | | | | | - 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)
* Allow concurrent runs with different namesTakashi Iwai2006-01-301-1/+1
| | | | | Allow concurrent use of alsa-jack plugin with different names. The patch taken from ALSA bug#1790.
* release 1.0.10v1.0.10Jaroslav Kysela2005-11-151-1/+1
| | | | Patch-level: Merged
* commented README for ctl/oss (does not exist)Jaroslav Kysela2005-08-191-1/+1
|
* release 1.0.10rc1v1.0.10rc1Jaroslav Kysela2005-08-191-1/+1
| | | | Patch-level: Merged
* Add OSS mixer <-> ALSA control pluginTakashi Iwai2005-06-095-3/+467
| | | | Added the external OSS mixer <-> ALSA control plugin.
* Check ALSA version 1.0.9Takashi Iwai2005-06-081-1/+1
| | | | Check ALSA version 1.0.9 for the proper external plugin SDK.
* release: 1.0.9v1.0.9Jaroslav Kysela2005-05-271-1/+1
|
* release: 1.0.9rc4v1.0.9rc4Jaroslav Kysela2005-05-231-1/+1
|
* Fill the new "version" fieldTakashi Iwai2005-05-182-0/+3
| | | | Fill the new "version" field at initialization.
* release: 1.0.9rc3v1.0.9rc3Jaroslav Kysela2005-04-271-1/+1
|
* Add READMETakashi Iwai2005-03-294-0/+83
| | | | Add README for jack and oss plugins.
* Added COPYING and more packaging stuffJaroslav Kysela2005-03-242-0/+341
|
* release: 1.0.9rc2v1.0.9rc2Jaroslav Kysela2005-03-241-1/+1
|
* packaging related changesJaroslav Kysela2005-03-244-0/+33
|
* release: 1.0.9rc1v1.0.9rc1Jaroslav Kysela2005-03-241-1/+1
|
* Check the new API function in configureTakashi Iwai2005-02-091-1/+4
| | | | Checking the new API function in configure script.
* Fix buffer size constraints, access modeTakashi Iwai2005-02-081-20/+19
| | | | | Fixed buffer size constraints and available access modes (for plug).
* Clean-up and cosmetic changesTakashi Iwai2005-02-081-92/+56
| | | | Clean-up and cosmetic changes.
* Various external pluginsTakashi Iwai2005-02-087-0/+926