Added LADSPA plugin (only framework, no implementation yet)

This commit is contained in:
Jaroslav Kysela 2001-11-25 09:55:53 +00:00
parent f9756e6efd
commit 26c3afa171
5 changed files with 784 additions and 4 deletions

View file

@ -318,8 +318,8 @@ enum _snd_pcm_type {
SND_PCM_TYPE_DROUTE,
/** Loopback server plugin (not yet implemented) */
SND_PCM_TYPE_LBSERVER,
/** Surround plugin */
SND_PCM_TYPE_SURROUND,
/** LADSPA integration plugin */
SND_PCM_TYPE_LADSPA,
};
/** PCM type */