From: Ondrej Zary Date: Thu, 12 Jul 2012 21:30:31 +0000 (+0200) Subject: ALSA: wss_lib: fix suspend/resume X-Git-Tag: v3.6-rc1~117^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3273fb594ae4e953042c956eb40141ba46ad2c;p=pandora-kernel.git ALSA: wss_lib: fix suspend/resume By setting SNDRV_PCM_INFO_RESUME, wss_lib claims that it can restore the card state fully on resume. But in fact, it can't as DMA is not restored so any playback/capture running during suspend will fail to continue after resume. Remove SNDRV_PCM_INFO_RESUME flag from pcm info field to fix the problem. Signed-off-by: Ondrej Zary Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed