commit | ed3c177d960bb5881b945ca6f784868126bb90db | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jan 04 12:34:14 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jan 04 18:01:35 2017 +0100 |
tree | 10d54581027c3da17631d4b622edff0589523939 | |
parent | 874e1f6fad9a5184b67f4cee37c1335cd2cc5677 [diff] |
ALSA: vx: Don't try to update capture stream before running The update of stream costs significantly, and we should avoid it unless the stream really has started. Check pipe->running flag instead of pipe->prepared. Signed-off-by: Takashi Iwai <tiwai@suse.de>