diff options
author | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-03-29 05:17:10 +0000 |
commit | 2e6d399f2816e92ccbd6b87ba926734496b14339 (patch) | |
tree | e732df068be61fba7941819cdc72521deea162a7 /package/ltq-vmmc/patches/200-kernel-37.patch | |
parent | 7252c35ef16c7fa30d82a9da66009dbcb82583a4 (diff) | |
download | upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.gz upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.tar.bz2 upstream-2e6d399f2816e92ccbd6b87ba926734496b14339.zip |
[lantiq]
* several updates to the voice packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-vmmc/patches/200-kernel-37.patch')
-rw-r--r-- | package/ltq-vmmc/patches/200-kernel-37.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/ltq-vmmc/patches/200-kernel-37.patch b/package/ltq-vmmc/patches/200-kernel-37.patch index e4878f66cc..d311d44a85 100644 --- a/package/ltq-vmmc/patches/200-kernel-37.patch +++ b/package/ltq-vmmc/patches/200-kernel-37.patch @@ -1,6 +1,6 @@ --- a/src/drv_vmmc_init.c +++ b/src/drv_vmmc_init.c -@@ -784,7 +784,7 @@ +@@ -784,7 +784,7 @@ IFX_int32_t VMMC_TAPI_LL_FW_Start(IFX_TA dwld.fwDwld.length = IoInit.pram_size; /* download firmware */ @@ -9,7 +9,7 @@ (IFX_uint32_t) &dwld.fwDwld); } -@@ -1594,7 +1594,7 @@ +@@ -1594,7 +1594,7 @@ IFX_void_t VMMC_DeviceDriverStop(IFX_voi #ifdef VMMC_DRIVER_UNLOAD_HOOK if (VDevices[0].nDevState & DS_GPIO_RESERVED) { @@ -20,7 +20,7 @@ { --- a/src/mps/drv_mps_vmmc_linux.c +++ b/src/mps/drv_mps_vmmc_linux.c -@@ -112,7 +112,7 @@ +@@ -110,7 +110,7 @@ IFX_int32_t ifx_mps_get_status_proc (IFX #ifndef __KERNEL__ IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p); IFX_int32_t ifx_mps_close (struct inode *inode, struct file *file_p); @@ -29,7 +29,7 @@ IFX_uint32_t nCmd, IFX_ulong_t arg); IFX_int32_t ifx_mps_read_mailbox (mps_devices type, mps_message * rw); IFX_int32_t ifx_mps_write_mailbox (mps_devices type, mps_message * rw); -@@ -173,7 +173,7 @@ +@@ -171,7 +171,7 @@ IFX_char_t voice_channel_int_name[NUM_VO static struct file_operations ifx_mps_fops = { owner:THIS_MODULE, poll:ifx_mps_poll, @@ -38,7 +38,7 @@ open:ifx_mps_open, release:ifx_mps_close }; -@@ -616,7 +616,7 @@ +@@ -614,7 +614,7 @@ static IFX_uint32_t ifx_mps_poll (struct * \return -ENOIOCTLCMD Invalid command * \ingroup API */ @@ -47,7 +47,7 @@ IFX_uint32_t nCmd, IFX_ulong_t arg) { IFX_int32_t retvalue = -EINVAL; -@@ -631,17 +631,18 @@ +@@ -629,17 +629,18 @@ IFX_int32_t ifx_mps_ioctl (struct inode 'mps_devices' enum type, which in fact is [0..8]; So, if inode value is [0..NUM_VOICE_CHANNEL+1], then we make sure that we are calling from kernel space. */ @@ -71,7 +71,7 @@ { --- a/src/drv_vmmc_ioctl.c +++ b/src/drv_vmmc_ioctl.c -@@ -427,18 +427,18 @@ +@@ -427,18 +427,18 @@ IFX_int32_t VMMC_Dev_Spec_Ioctl (IFX_TAP /* MPS driver will do the USR2KERN so just pass on the pointer. */ dwnld_struct.data = (IFX_void_t *)IoInit.pPRAMfw; @@ -95,7 +95,7 @@ case FIO_LASTERR: --- a/src/mps/drv_mps_vmmc.h +++ b/src/mps/drv_mps_vmmc.h -@@ -279,7 +279,7 @@ +@@ -279,7 +279,7 @@ typedef struct #include <linux/fs.h> IFX_int32_t ifx_mps_open (struct inode *inode, struct file *file_p); IFX_int32_t ifx_mps_close (struct inode *inode, struct file *filp); |