From: Takashi Iwai Date: Thu, 16 Sep 2010 20:52:32 +0000 (+0200) Subject: ALSA: pcm - Fix unbalanced pm_qos_request X-Git-Tag: v2.6.36-rc5~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8699a0b657b43fa6401537dfe345bee7aa8115ec;p=pandora-kernel.git ALSA: pcm - Fix unbalanced pm_qos_request The pm_qos_request isn't freed properly when OSS PCM emulation is used because it skips snd_pcm_hw_free() call but directly releases the stream. This resulted in Oops later. Tested-by: Simon Kirby Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed