]> git.alsa-project.org Git - alsa-lib.git/commit
Fix infinite parse of recursive definitions
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2006 14:41:51 +0000 (14:41 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2006 14:41:51 +0000 (14:41 +0000)
commiteccc92a34d4809cd5926fa054ff7d231ae890c5e
treec1ffe2230bb76cf179da60f3052c62eac6619590
parentbf174b704636cc4a3e1d8d6a8e9261957d1386f0
Fix infinite parse of recursive definitions

Fixed the infinite parse (and eventually segfault) of recursive definitions.
Also fixed the parse of a string slave PCM of direct plugins.
29 files changed:
include/local.h
src/conf.c
src/pcm/pcm.c
src/pcm/pcm_adpcm.c
src/pcm/pcm_alaw.c
src/pcm/pcm_asym.c
src/pcm/pcm_copy.c
src/pcm/pcm_direct.c
src/pcm/pcm_direct.h
src/pcm/pcm_dmix.c
src/pcm/pcm_dshare.c
src/pcm/pcm_dsnoop.c
src/pcm/pcm_extplug.c
src/pcm/pcm_file.c
src/pcm/pcm_hooks.c
src/pcm/pcm_iec958.c
src/pcm/pcm_ladspa.c
src/pcm/pcm_lfloat.c
src/pcm/pcm_linear.c
src/pcm/pcm_local.h
src/pcm/pcm_meter.c
src/pcm/pcm_mulaw.c
src/pcm/pcm_multi.c
src/pcm/pcm_plug.c
src/pcm/pcm_rate.c
src/pcm/pcm_route.c
src/pcm/pcm_softvol.c
src/rawmidi/rawmidi_virt.c
src/seq/seq.c