commit | ca3273fb594ae4e953042c956eb40141ba46ad2c | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Thu Jul 12 23:30:31 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jul 16 11:23:45 2012 +0200 |
tree | e0c132d4968beb23cdf8ec25e3783e009676684d | |
parent | 093eef416642c84265cced12335ff125f0db7313 [diff] |
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 <linux@rainbow-software.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>