From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:44651 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760121AbbIWEgX (ORCPT ); Wed, 23 Sep 2015 00:36:23 -0400 Subject: Patch "ALSA: hda - Fix missing inline for dummy snd_hdac_set_codec_wakeup()" has been added to the 4.2-stable tree To: tiwai@suse.de, gregkh@linuxfoundation.org Cc: , From: Date: Tue, 22 Sep 2015 21:36:04 -0700 Message-ID: <14429829648823@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: 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 know about it. >>From 6869de380e8c11c31b608bb2502dcacd634eda13 Mon Sep 17 00:00:00 2001 From: Takashi Iwai 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 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 Signed-off-by: Greg Kroah-Hartman --- 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