All of lore.kernel.org
 help / color / mirror / Atom feed
From: <gregkh@linuxfoundation.org>
To: tiwai@suse.de, gregkh@linuxfoundation.org
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "ALSA: hda - Fix missing inline for dummy snd_hdac_set_codec_wakeup()" has been added to the 4.2-stable tree
Date: Tue, 22 Sep 2015 21:36:04 -0700	[thread overview]
Message-ID: <14429829648823@kroah.com> (raw)


This is a note to let you know that I've just added the patch titled

    ALSA: hda - Fix missing inline for dummy snd_hdac_set_codec_wakeup()

to the 4.2-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     alsa-hda-fix-missing-inline-for-dummy-snd_hdac_set_codec_wakeup.patch
and it can be found in the queue-4.2 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 6869de380e8c11c31b608bb2502dcacd634eda13 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Wed, 2 Sep 2015 12:24:55 +0200
Subject: ALSA: hda - Fix missing inline for dummy snd_hdac_set_codec_wakeup()

From: Takashi Iwai <tiwai@suse.de>

commit 6869de380e8c11c31b608bb2502dcacd634eda13 upstream.

This seems overlooked.

Fixes: 98d8fc6c5d36 ('ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hda')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 include/sound/hda_i915.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/sound/hda_i915.h
+++ b/include/sound/hda_i915.h
@@ -11,7 +11,7 @@ int snd_hdac_get_display_clk(struct hdac
 int snd_hdac_i915_init(struct hdac_bus *bus);
 int snd_hdac_i915_exit(struct hdac_bus *bus);
 #else
-static int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable)
+static inline int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable)
 {
 	return 0;
 }


Patches currently in stable-queue which might be from tiwai@suse.de are

queue-4.2/input-evdev-do-not-report-errors-form-flush.patch
queue-4.2/alsa-hda-fix-white-noise-on-dell-m3800.patch
queue-4.2/alsa-hda-add-some-fixup-quirks-for-white-noise-on-dell-laptop.patch
queue-4.2/alsa-usb-audio-correct-the-value-cache-check.patch
queue-4.2/alsa-hda-enable-headphone-jack-detect-on-old-fujitsu-laptops.patch
queue-4.2/alsa-hda-use-alc880_fixup_fujitsu-for-fsc-amilo-m1437.patch
queue-4.2/alsa-hda-fix-missing-inline-for-dummy-snd_hdac_set_codec_wakeup.patch

                 reply	other threads:[~2015-09-23  4:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14429829648823@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=stable-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.