]> git.alsa-project.org Git - alsa-lib.git/commit
dmix - Fix snd_pcm_info()
authorTakashi Iwai <tiwai@suse.de>
Mon, 28 Sep 2009 09:59:50 +0000 (11:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 28 Sep 2009 10:02:13 +0000 (12:02 +0200)
commitda237814e7409b38baedab64d6b4b18928b32404
treebeba32393d4e5d60a1cb2dbe9668fba24815bc8d
parentecf4b5af8632a17af3c84cfceeaaf0a1609e2928
dmix - Fix snd_pcm_info()

Call the slave snd_pcm_info() as long as possible in the direct plugins
(i.e. when the PCM device could be opened with O_APPEND mode).
This allows dmix/dsnoop as a salve for PCM hook controls.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_direct.c