commit | 0fbf405c583e6ee6d7227eb938a096d0998f7e78 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed May 17 17:10:35 2006 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Thu Jun 22 21:33:43 2006 +0200 |
tree | 796958578b3bf9c9f0e1da0faa201cfd09fa5a3c | |
parent | 9b87819b61060a3d32d5982f5ee998c22ab8ca27 [diff] |
[ALSA] Fix pcm-draining of capture stream in PCM middle layer Fix the draining of PCM capture stream in the PCM middle layer. snd_pcm_drain() ignored capture streams, but it should change the state to SNDRV_PCM_DRAINING. Signed-off-by: Takashi Iwai <tiwai@suse.de>