summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai2010-05-06 08:39:43 +0200
committerTakashi Iwai2010-05-06 08:39:43 +0200
commit20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf (patch)
tree21d3b7e1d5edc8903b3936c37561c63c3864250f /sound/pci/hda/patch_analog.c
parentALSA: hda - Add initial support for Thinkpad T410s HDA codec (diff)
parentALSA: hda: Fix 0 dB for Packard Bell models using Conexant CX20549 (Venice) (diff)
downloadkernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.tar.gz
kernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.tar.xz
kernel-qcow2-linux-20d157aef2e5bc6ac8995e8babefdc6e1cfaaadf.zip
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 9cbd80cba122..afbe314a5bf3 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -527,14 +527,6 @@ static int ad198x_suspend(struct hda_codec *codec, pm_message_t state)
ad198x_power_eapd(codec);
return 0;
}
-
-static int ad198x_resume(struct hda_codec *codec)
-{
- ad198x_init(codec);
- snd_hda_codec_resume_amp(codec);
- snd_hda_codec_resume_cache(codec);
- return 0;
-}
#endif
static struct hda_codec_ops ad198x_patch_ops = {
@@ -547,7 +539,6 @@ static struct hda_codec_ops ad198x_patch_ops = {
#endif
#ifdef SND_HDA_NEEDS_RESUME
.suspend = ad198x_suspend,
- .resume = ad198x_resume,
#endif
.reboot_notify = ad198x_shutup,
};