git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec02a1
)
ALSA: hda - Avoid unnecessary verbs to clear PCM formats
author
Takashi Iwai
<tiwai@suse.de>
Tue, 27 Sep 2011 15:33:45 +0000
(17:33 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 27 Sep 2011 15:33:45 +0000
(17:33 +0200)
Since really_cleanup_stream() is called from both purity_inactive_streams()
and hda_cleanup_all_streams(), the verbs to clear the PCM channel and
format may be called multiple times unnecessarily.
This patch adds checks to skip these unneeded verbs.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found