]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.0-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Aug 2012 15:38:07 +0000 (08:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Aug 2012 15:38:07 +0000 (08:38 -0700)
added patches:
alsa-hda-add-support-for-realtek-alc282.patch

queue-3.0/alsa-hda-add-support-for-realtek-alc282.patch [new file with mode: 0644]
queue-3.0/series

diff --git a/queue-3.0/alsa-hda-add-support-for-realtek-alc282.patch b/queue-3.0/alsa-hda-add-support-for-realtek-alc282.patch
new file mode 100644 (file)
index 0000000..79d1e19
--- /dev/null
@@ -0,0 +1,32 @@
+From 4e01ec636e64707d202a1ca21a47bbc6d53085b7 Mon Sep 17 00:00:00 2001
+From: David Henningsson <david.henningsson@canonical.com>
+Date: Wed, 18 Jul 2012 07:38:46 +0200
+Subject: ALSA: hda - Add support for Realtek ALC282
+
+From: David Henningsson <david.henningsson@canonical.com>
+
+commit 4e01ec636e64707d202a1ca21a47bbc6d53085b7 upstream.
+
+This codec has a separate dmic path (separate dmic only ADC),
+and thus it looks mostly like ALC275.
+
+BugLink: https://bugs.launchpad.net/bugs/1025377
+Tested-by: Ray Chen <ray.chen@canonical.com>
+Signed-off-by: David Henningsson <david.henningsson@canonical.com>
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ sound/pci/hda/patch_realtek.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -20133,6 +20133,7 @@ static const struct hda_codec_preset snd
+       { .id = 0x10ec0275, .name = "ALC275", .patch = patch_alc269 },
+       { .id = 0x10ec0276, .name = "ALC276", .patch = patch_alc269 },
+       { .id = 0x10ec0280, .name = "ALC280", .patch = patch_alc269 },
++      { .id = 0x10ec0282, .name = "ALC282", .patch = patch_alc269 },
+       { .id = 0x10ec0861, .rev = 0x100340, .name = "ALC660",
+         .patch = patch_alc861 },
+       { .id = 0x10ec0660, .name = "ALC660-VD", .patch = patch_alc861vd },
index 45c63c32ac1dcae0cbabc97e8ed3fc73baafafb7..f92646dfb942134e07ce4a96277142922010084a 100644 (file)
@@ -8,3 +8,4 @@ scsi-fix-eh-wakeup-scsi_schedule_eh-vs-scsi_restart_operations.patch
 scsi-fix-hot-unplug-vs-async-scan-race.patch
 scsi-avoid-dangling-pointer-in-scsi_requeue_command.patch
 arm-omap2-opp-fix-to-ensure-check-of-right-oppdef-after-bad-one.patch
+alsa-hda-add-support-for-realtek-alc282.patch