mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
pcm dump() routines update: use spaces to indent texts
This commit is contained in:
parent
1439c2be86
commit
bdfbbed5ca
10 changed files with 43 additions and 48 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* \ingroup PCM_Plugins
|
||||
* \brief ALSA Plugin <-> LADSPA Plugin Interface
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
* \date 2001
|
||||
* \date 2001,2005
|
||||
*/
|
||||
/*
|
||||
* PCM - LADSPA integration plugin
|
||||
|
|
@ -59,11 +59,6 @@ typedef struct {
|
|||
snd_pcm_ladspa_instance_t **finstances;
|
||||
} snd_pcm_ladspa_t;
|
||||
|
||||
typedef struct {
|
||||
struct list_head list;
|
||||
LADSPA_Handle *handle;
|
||||
} snd_pcm_ladspa_subinstance_t;
|
||||
|
||||
struct snd_pcm_ladspa_instance {
|
||||
struct list_head list;
|
||||
const LADSPA_Descriptor *desc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue