diff options
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index acccedf8a4be..12f62af507d9 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5673,7 +5673,7 @@ static int patch_alc269(struct hda_codec *codec) | |||
5673 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); | 5673 | set_beep_amp(spec, 0x0b, 0x04, HDA_INPUT); |
5674 | 5674 | ||
5675 | codec->patch_ops = alc_patch_ops; | 5675 | codec->patch_ops = alc_patch_ops; |
5676 | codec->patch_ops.stream_pm = snd_hda_gen_stream_pm, | 5676 | codec->patch_ops.stream_pm = snd_hda_gen_stream_pm; |
5677 | #ifdef CONFIG_PM | 5677 | #ifdef CONFIG_PM |
5678 | codec->patch_ops.suspend = alc269_suspend; | 5678 | codec->patch_ops.suspend = alc269_suspend; |
5679 | codec->patch_ops.resume = alc269_resume; | 5679 | codec->patch_ops.resume = alc269_resume; |