]> git.karo-electronics.de Git - linux-beck.git/commit
ALSA: fm801: PCI core handles power state for us
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Wed, 7 Jan 2015 22:39:17 +0000 (00:39 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Jan 2015 07:25:38 +0000 (08:25 +0100)
commit3db084fd0af5407eebeb9b7ebd5d0425b362c519
treeec56ccf3c0a243ff330a6928c620205f61985520
parent5618955c4269b07c8177f88a8075d4879e74cd27
ALSA: fm801: PCI core handles power state for us

There is no need to repeat the work that is already done in the PCI
driver core. The patch removes excerpts from suspend and resume
callbacks.

Note that there is no more calls performed to enable or disable a PCI
device during suspend-resume cycle. Nowadays they seems to be
superflous. Someone can read more in [1].

[1] https://www.kernel.org/doc/ols/2009/ols2009-pages-319-330.pdf

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/fm801.c