Skip to content
Commit 094435d4 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcm: Avoid double hw_free calls at releasing a stream



snd_pcm_release_substream() always calls hw_free op when the stream
was opened.  This is superfluous in most cases because it's been
already released via explicit hw_free ioctl.  Although this double
call is usually OK as this callback should be written to be called
multiple times, it's better to avoid superfluous calls.

Reported-by: default avatarVinod Koul <vinod.koul@intel.com>
Tested-by: default avatarJeeja Kp <jeeja.kp@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d8dfacf8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment