diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-27 08:37:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-27 08:39:27 +0200 |
commit | 49fb18972581a781658a4637de76e6069ed5964e (patch) | |
tree | 0b46b3199c7ed5bdc5374ce10b2d3c7ae28d2421 /sound/pci/hda/patch_sigmatel.c | |
parent | 823245026ead28a244cb9df5ae79b511da128606 (diff) | |
download | op-kernel-dev-49fb18972581a781658a4637de76e6069ed5964e.zip op-kernel-dev-49fb18972581a781658a4637de76e6069ed5964e.tar.gz |
ALSA: hda - Set stream_pm ops automatically by generic parser
This allows user to test power_save_node feature via sysfs or patch
firmware even on the codecs that don't specify it. It'll also save a
few lines.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 43c99ce..0de0fd9 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -4403,7 +4403,6 @@ static const struct hda_codec_ops stac_patch_ops = { #ifdef CONFIG_PM .suspend = stac_suspend, #endif - .stream_pm = snd_hda_gen_stream_pm, .reboot_notify = stac_shutup, }; |