This is a note to let you know that I've just added the patch titled
ALSA: usb-audio: Add missing kconfig dependecy
to the 3.12-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-usb-audio-add-missing-kconfig-dependecy.patch
and it can be found in the queue-3.12 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 4fa71c1550a857ff1dbfe9e99acc1f4cfec5f0d0 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <[email protected]>
Date: Mon, 3 Feb 2014 09:37:59 +0100
Subject: ALSA: usb-audio: Add missing kconfig dependecy
From: Takashi Iwai <[email protected]>
commit 4fa71c1550a857ff1dbfe9e99acc1f4cfec5f0d0 upstream.
The commit 44dcbbb1cd61 introduced the usage of bitreverse helpers but
forgot to add the dependency. This patch adds the selection for
CONFIG_BITREVERSE.
Fixes: 44dcbbb1cd61 ('ALSA: snd-usb: add support for bit-reversed byte formats')
Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
sound/usb/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/sound/usb/Kconfig
+++ b/sound/usb/Kconfig
@@ -14,6 +14,7 @@ config SND_USB_AUDIO
select SND_HWDEP
select SND_RAWMIDI
select SND_PCM
+ select BITREVERSE
help
Say Y here to include support for USB audio and USB MIDI
devices.
Patches currently in stable-queue which might be from [email protected] are
queue-3.12/alsa-hda-add-missing-mixer-widget-for-ad1983.patch
queue-3.12/alsa-hda-realtek-avoid-invalid-coefs-for-alc271x.patch
queue-3.12/alsa-usb-audio-add-missing-kconfig-dependecy.patch
queue-3.12/alsa-hda-fix-missing-vref-setup-for-mac-pro-1-1.patch
queue-3.12/alsa-hda-fix-silent-output-on-toshiba-satellite-l40.patch
queue-3.12/alsa-hda-improve-loopback-path-lookups-for-ad1983.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html