rpms/kernel/F-11 linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch, NONE, 1.1 kernel.spec, 1.1517, 1.1518

Kyle McMartin kyle at fedoraproject.org
Tue Apr 7 17:25:39 UTC 2009


Author: kyle

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

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch 
Log Message:
* Tue Apr 07 2009 Kyle McMartin <kyle at redhat.com>
- linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch (#493053)


linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch:

--- NEW FILE linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch ---
--- a/include/linux/dvb/audio.h
+++ b/include/linux/dvb/audio.h
@@ -76,7 +76,7 @@ struct audio_karaoke{  /* if Vocal1 or Vocal2 are non-zero, they get mixed  */
 } audio_karaoke_t;     /* into left and right  */
 
 
-typedef uint16_t audio_attributes_t;
+typedef __u16 audio_attributes_t;
 /*   bits: descr. */
 /*   15-13 audio coding mode (0=ac3, 2=mpeg1, 3=mpeg2ext, 4=LPCM, 6=DTS, */
 /*   12    multichannel extension */


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1517
retrieving revision 1.1518
diff -u -r1.1517 -r1.1518
--- kernel.spec	7 Apr 2009 14:12:33 -0000	1.1517
+++ kernel.spec	7 Apr 2009 17:25:09 -0000	1.1518
@@ -693,6 +693,7 @@
 Patch2899: linux-2.6-v4l-dvb-fixes.patch
 Patch2900: linux-2.6-v4l-dvb-update.patch
 Patch2901: linux-2.6-v4l-dvb-experimental.patch
+Patch2902: linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch
 Patch2903: linux-2.6-revert-dvb-net-kabi-change.patch
 
 # fs fixes
@@ -1305,6 +1306,7 @@
 ApplyPatch linux-2.6-v4l-dvb-fixes.patch
 ApplyPatch linux-2.6-v4l-dvb-update.patch
 ApplyPatch linux-2.6-v4l-dvb-experimental.patch
+ApplyPatch linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch
 ApplyPatch linux-2.6-revert-dvb-net-kabi-change.patch
 
 # revert 8b249b6856f16f09b0e5b79ce5f4d435e439b9d6
@@ -1903,6 +1905,9 @@
 # and build.
 
 %changelog
+* Tue Apr 07 2009 Kyle McMartin <kyle at redhat.com>
+- linux-2.6-v4l-dvb-fix-uint16_t-audio-h.patch (#493053)
+
 * Tue Apr 07 2009 Dave Jones <davej at redhat.com>
 - Enable CONFIG_CIFS_STATS (#494545)
 




More information about the fedora-extras-commits mailing list