]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: opti9xx: Fix section mismatch by PM support
authorTakashi Iwai <tiwai@suse.de>
Tue, 17 Jul 2012 10:14:17 +0000 (12:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Jul 2012 10:15:49 +0000 (12:15 +0200)
commitdaa0c006c9e0a0df7a1c0103db796dc5dcc15180
treea23e7739c5bc74a08d7ef3ca90ef16ddbda9c020
parent2474a379be738957d71383f1136ad3faeae5f4f8
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>
sound/isa/opti9xx/opti92x-ad1848.c