diff options
-rw-r--r-- | sound/pci/hda/patch_via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index 742087ef378f..31a95cca015d 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -472,6 +472,7 @@ static const struct hda_codec_ops via_patch_ops = { | |||
472 | .init = via_init, | 472 | .init = via_init, |
473 | .free = via_free, | 473 | .free = via_free, |
474 | .unsol_event = snd_hda_jack_unsol_event, | 474 | .unsol_event = snd_hda_jack_unsol_event, |
475 | .stream_pm = snd_hda_gen_stream_pm, | ||
475 | #ifdef CONFIG_PM | 476 | #ifdef CONFIG_PM |
476 | .suspend = via_suspend, | 477 | .suspend = via_suspend, |
477 | .check_power_status = via_check_power_status, | 478 | .check_power_status = via_check_power_status, |