commit | 0662292aec0528363df037ad7c66bf9949c7ce46 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Aug 26 10:23:26 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Aug 26 16:12:25 2015 +0200 |
tree | 7d6a539c9372652306bc244a9041b037d57a935d | |
parent | a6da499b76b1a75412f047ac388e9ffd69a5c55b [diff] |
ALSA: usb-audio: Handle normal and auto-suspend equally In theory, the device may get suspended even at runtime PM suspend. Currently we don't save the mixer state for autopm, and it may bring inconsistency. This patch removes the special handling for autosuspend. Signed-off-by: Takashi Iwai <tiwai@suse.de>