From: Greg Kroah-Hartman Date: Wed, 1 Aug 2012 15:38:07 +0000 (-0700) Subject: 3.0-stable patches X-Git-Tag: v3.0.39~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc0e2466885dde19a49b35e3ad1f06fbf2d59747;p=thirdparty%2Fkernel%2Fstable-queue.git 3.0-stable patches added patches: alsa-hda-add-support-for-realtek-alc282.patch --- 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 index 00000000000..79d1e1996e9 --- /dev/null +++ b/queue-3.0/alsa-hda-add-support-for-realtek-alc282.patch @@ -0,0 +1,32 @@ +From 4e01ec636e64707d202a1ca21a47bbc6d53085b7 Mon Sep 17 00:00:00 2001 +From: David Henningsson +Date: Wed, 18 Jul 2012 07:38:46 +0200 +Subject: ALSA: hda - Add support for Realtek ALC282 + +From: David Henningsson + +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 +Signed-off-by: David Henningsson +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman + +--- + 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 }, diff --git a/queue-3.0/series b/queue-3.0/series index 45c63c32ac1..f92646dfb94 100644 --- a/queue-3.0/series +++ b/queue-3.0/series @@ -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