rpms/kernel/F-9 linux-2.6-alsa-hda-probe-mask-quirks.patch, NONE, 1.1.2.1 kernel.spec, 1.891.2.32, 1.891.2.33

Chuck Ebbert cebbert at fedoraproject.org
Thu Mar 5 18:54:37 UTC 2009


Author: cebbert

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

Modified Files:
      Tag: private-fedora-9-2_6_27-branch
	kernel.spec 
Added Files:
      Tag: private-fedora-9-2_6_27-branch
	linux-2.6-alsa-hda-probe-mask-quirks.patch 
Log Message:
Add ALSA HDA probe_mask quirks from 2.6.29-rc7

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-9/kernel.spec,v
retrieving revision 1.891.2.32
retrieving revision 1.891.2.33
diff -u -r1.891.2.32 -r1.891.2.33
--- kernel.spec	27 Feb 2009 07:27:24 -0000	1.891.2.32
+++ kernel.spec	5 Mar 2009 18:54:06 -0000	1.891.2.33
@@ -645,6 +645,8 @@
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
 Patch402: linux-2.6-scsi-mpt-vmware-fix.patch
 
+Patch410: linux-2.6-alsa-hda-probe-mask-quirks.patch
+
 # filesystem patches
 Patch421: linux-2.6-squashfs.patch
 
@@ -1220,6 +1222,7 @@
 
 # ALSA
 #
+ApplyPatch linux-2.6-alsa-hda-probe-mask-quirks.patch
 
 # block/bio
 #
@@ -1955,6 +1958,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Thu Mar 05 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.27.19-78.2.33
+- Add ALSA HDA probe_mask quirks from 2.6.29-rc7
+
 * Fri Feb 27 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.27.19-78.2.32
 - Add debug patch to try and track down #483532.
 




More information about the fedora-extras-commits mailing list