]> git.alsa-project.org Git - alsa-lib.git/commit
Fix delayed start with rate plugin
authorTakashi Iwai <tiwai@suse.de>
Thu, 27 Apr 2006 13:46:30 +0000 (15:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 27 Apr 2006 13:46:30 +0000 (15:46 +0200)
commit194ff97ea68d66dac8e38671cbf73d52b42f3363
treed80f4723262531d6b275bb085aed4d63bd1af94f
parent6ff727bb7f44b0d7b5bb21013efea710075de93c
Fix delayed start with rate plugin

Add the internal start_pending state in the rate plugin for supporting
delayed start in the case no data is committed to slave PCM.

This fixes the problem of CPU hog with artsd.
src/pcm/pcm_rate.c