rpms/kernel/F-10 linux-2.6-alsa-hda-probe-mask-quirks.patch, NONE, 1.1.2.1 kernel.spec, 1.1206.2.38, 1.1206.2.39

Chuck Ebbert cebbert at fedoraproject.org
Thu Mar 5 19:07:14 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29339

Modified Files:
      Tag: private-fedora-10-2_6_27
	kernel.spec 
Added Files:
      Tag: private-fedora-10-2_6_27
	linux-2.6-alsa-hda-probe-mask-quirks.patch 
Log Message:
Add ALSA HDA probe_mask quirks from 2.6.29-rc7 (F11#485295)

linux-2.6-alsa-hda-probe-mask-quirks.patch:

--- NEW FILE linux-2.6-alsa-hda-probe-mask-quirks.patch ---
Rollup of the these upstream ALSA commits:

0edb94543092535a2c6ef33e7285004168ca73d7
ALSA: hda - Fix probe errors on Dell Studio Desktop

ef1681d82f4bc2d9e023519f0bedb86519d10c43
ALSA: hda - Add probe_mask quirk for Medion MD96630

38f1df27e3191d76e983cb9c6b4392582fd32fda
ALSA: hda - Add probe_mask default for Toshiba laptop with ALC268

--- vanilla-2.6.27.19.orig/sound/pci/hda/hda_intel.c
+++ vanilla-2.6.27.19/sound/pci/hda/hda_intel.c
@@ -1967,6 +1967,12 @@ static struct snd_pci_quirk position_fix
 	SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_LPIB),
 	SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB),
 	SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB),
+	/* broken BIOS */
+	SND_PCI_QUIRK(0x1028, 0x20ac, "Dell Studio Desktop", 0x01),
+	/* including bogus ALC268 in slot#2 that conflicts with ALC888 */
+	SND_PCI_QUIRK(0x17c0, 0x4085, "Medion MD96630", 0x01),
+	/* conflict of ALC268 in slot#3 (digital I/O); a temporary fix */
+	SND_PCI_QUIRK(0x1179, 0xff00, "Toshiba laptop", 0x03),
 	{}
 };
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.38
retrieving revision 1.1206.2.39
diff -u -r1.1206.2.38 -r1.1206.2.39
--- kernel.spec	26 Feb 2009 19:48:09 -0000	1.1206.2.38
+++ kernel.spec	5 Mar 2009 19:06:43 -0000	1.1206.2.39
@@ -625,6 +625,8 @@
 
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
 
+Patch410: linux-2.6-alsa-hda-probe-mask-quirks.patch
+
 Patch429: linux-2.6-squashfs.patch
 Patch430: linux-2.6-net-silence-noisy-printks.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
@@ -1249,6 +1251,7 @@
 ApplyPatch linux-2.6-scsi-cpqarray-set-master.patch
 
 # ALSA
+ApplyPatch linux-2.6-alsa-hda-probe-mask-quirks.patch
 
 # Filesystem patches.
 # Squashfs
@@ -1976,6 +1979,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Thu Mar 05 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.27.19-170.2.39
+- Add ALSA HDA probe_mask quirks from 2.6.29-rc7 (F11#485295)
+
 * Thu Feb 26 2009 John W. Linville <linville at redhat.com>
 - Add dcbw's back-port patches to age scan results on resume
 




More information about the fedora-extras-commits mailing list