commit | 59b1f084abd8690ffe68c67758ad08bbcb7d1af0 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jul 17 12:14:17 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jul 17 12:15:49 2012 +0200 |
tree | a23e7739c5bc74a08d7ef3ca90ef16ddbda9c020 | |
parent | 5dd250728aa4cad49cfa18eb8ed11ba470ce382a [diff] |
ALSA: opti9xx: Fix section mismatch by PM support In the previous commit, snd_opti9xx_configure() is called from the resume handler but it's still marked as __devinit. Fix it. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>