summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-19 12:31:46 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-03-19 14:33:49 -0400
commitebbeb55561f15e6ebf760e5b735a92bcdcdeaca1 (patch)
tree74a53bd3d39d692d6f44e329908bd52c2408bb28 /recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch
parent0d0e2c1e274e1885d8b5cb07421449e9d0016c2c (diff)
downloadmeta-ti-ebbeb55561f15e6ebf760e5b735a92bcdcdeaca1.tar.gz
linux-ti335x-psp 3.2: update to v3.2.11
Also add script used to generate patches and SRC_URI Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch
index 910b3470..b6b8613c 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.3/0001-ALSA-hda-Fix-buffer-alignment-regression-with-Nvidia.patch
@@ -1,4 +1,4 @@
1From f0cf0a9c9ff7883ccebb09e7b84000f1c3f8a9b6 Mon Sep 17 00:00:00 2001 1From 1ed5e98ecefcb8abd70088d0d51688e82c3fd432 Mon Sep 17 00:00:00 2001
2From: Takashi Iwai <tiwai@suse.de> 2From: Takashi Iwai <tiwai@suse.de>
3Date: Mon, 23 Jan 2012 17:10:24 +0100 3Date: Mon, 23 Jan 2012 17:10:24 +0100
4Subject: [PATCH 01/90] ALSA: hda - Fix buffer-alignment regression with 4Subject: [PATCH 01/90] ALSA: hda - Fix buffer-alignment regression with
@@ -23,7 +23,7 @@ Signed-off-by: Takashi Iwai <tiwai@suse.de>
23Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 23Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24--- 24---
25 sound/pci/hda/hda_intel.c | 6 ++++-- 25 sound/pci/hda/hda_intel.c | 6 ++++--
26 1 files changed, 4 insertions(+), 2 deletions(-) 26 1 file changed, 4 insertions(+), 2 deletions(-)
27 27
28diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c 28diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
29index 5b2b75b..192e6c0 100644 29index 5b2b75b..192e6c0 100644
@@ -58,5 +58,5 @@ index 5b2b75b..192e6c0 100644
58 /* allow 64bit DMA address if supported by H/W */ 58 /* allow 64bit DMA address if supported by H/W */
59 if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64))) 59 if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64)))
60-- 60--
611.7.7.4 611.7.9.4
62 62