lkml.org 
[lkml]   [2014]   [Jul]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.14 58/59] ALSA: hda - hdmi: call overridden init on resume
    Date
    3.14-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Pierre Ossman <pierre@ossman.eu>

    commit a283368382c50345dff61525f493ea307f21ec9b upstream.

    We need to call the proper init function in case it has been
    overridden, as it might restore things that the generic routing
    doesn't know anything about. E.g. AMD cards have special verbs
    that need resetting.

    Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=77901
    Fixes: 5a61358433b1 ('ALSA: hda - hdmi: Add ATI/AMD multi-channel audio support')
    Signed-off-by: Pierre Ossman <pierre@ossman.eu>
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    sound/pci/hda/patch_hdmi.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/sound/pci/hda/patch_hdmi.c
    +++ b/sound/pci/hda/patch_hdmi.c
    @@ -2165,7 +2165,7 @@ static int generic_hdmi_resume(struct hd
    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);




    \
     
     \ /
      Last update: 2014-07-05 02:01    [W:2.553 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site