Browse Source

Rene Rebe


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
982befbae8
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      package/base/alsa-driver/gcc34.patch

+ 17
- 0
package/base/alsa-driver/gcc34.patch

@ -0,0 +1,17 @@
A bit ugly - but the build style of this 2.4 ALSA kernal stuff is equally
ugly ...
- Rene Rebe <rene@rocklinux.org>
--- alsa-driver-1.0.4/ppc/pmac.c.orig 2004-05-05 09:36:47.000000000 +0200
+++ alsa-driver-1.0.4/ppc/pmac.c 2004-05-05 09:58:56.000000000 +0200
@@ -67,6 +67,8 @@
48000, 44100
};
+static void snd_pmac_beep_stop(pmac_t *chip);
+
/*
* allocate DBDMA command arrays
*/

Loading…
Cancel
Save