1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[pxa] refresh kernel patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-05-19 12:03:12 +00:00
parent 1ecc7dcbd9
commit 316a885776
43 changed files with 307 additions and 288 deletions

View File

@@ -1,7 +1,7 @@
Index: linux-2.6.21gum/include/sound/pcm_params.h
Index: linux-2.6.21.7/include/sound/pcm_params.h
===================================================================
--- linux-2.6.21gum.orig/include/sound/pcm_params.h
+++ linux-2.6.21gum/include/sound/pcm_params.h
--- linux-2.6.21.7.orig/include/sound/pcm_params.h
+++ linux-2.6.21.7/include/sound/pcm_params.h
@@ -179,16 +179,8 @@ static inline int snd_mask_single(const
return 1;
}
@@ -21,10 +21,10 @@ Index: linux-2.6.21gum/include/sound/pcm_params.h
static inline int snd_mask_refine_first(struct snd_mask *mask)
{
Index: linux-2.6.21gum/sound/core/pcm_lib.c
Index: linux-2.6.21.7/sound/core/pcm_lib.c
===================================================================
--- linux-2.6.21gum.orig/sound/core/pcm_lib.c
+++ linux-2.6.21gum/sound/core/pcm_lib.c
--- linux-2.6.21.7.orig/sound/core/pcm_lib.c
+++ linux-2.6.21.7/sound/core/pcm_lib.c
@@ -2128,3 +2128,18 @@ snd_pcm_sframes_t snd_pcm_lib_readv(stru
}
@@ -44,10 +44,10 @@ Index: linux-2.6.21gum/sound/core/pcm_lib.c
+}
+
+EXPORT_SYMBOL(snd_mask_refine);
Index: linux-2.6.21gum/sound/core/pcm_native.c
Index: linux-2.6.21.7/sound/core/pcm_native.c
===================================================================
--- linux-2.6.21gum.orig/sound/core/pcm_native.c
+++ linux-2.6.21gum/sound/core/pcm_native.c
--- linux-2.6.21.7.orig/sound/core/pcm_native.c
+++ linux-2.6.21.7/sound/core/pcm_native.c
@@ -3450,3 +3450,9 @@ const struct file_operations snd_pcm_f_o
.fasync = snd_pcm_fasync,
}