diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-06-26 15:49:20 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-06-26 15:49:20 +0200 |
commit | 7e9c2eb62642680e331d91453f94c0073580a1b1 (patch) | |
tree | 9c81282f509dc28a68c15a03033a0e71dd672912 /sound/pci/hda/patch_hdmi.c | |
parent | ALSA: hda - Remove the obsoleted static quirk codes from patch_cmedia.c (diff) | |
parent | ALSA: hda - restore BCLK M/N values when resuming HSW/BDW display controller (diff) | |
download | linux-7e9c2eb62642680e331d91453f94c0073580a1b1.tar.xz linux-7e9c2eb62642680e331d91453f94c0073580a1b1.zip |
Merge branch 'for-linus' into for-next
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index eab53d7a0f18..10b69c8175d2 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -2205,7 +2205,7 @@ static int generic_hdmi_resume(struct hda_codec *codec) struct hdmi_spec *spec = codec->spec; int pin_idx; - generic_hdmi_init(codec); + codec->patch_ops.init(codec); snd_hda_codec_resume_amp(codec); snd_hda_codec_resume_cache(codec); |