diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-05-07 02:55:41 +0000 |
commit | dcec8a13bf565e47942a1751a9cec21bec5648fe (patch) | |
tree | 548b69625b18cc2e88c3e68d0923be546c9ebb03 /drivers/isdn/isdn_audio.c | |
parent | 2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff) |
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash.
o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'drivers/isdn/isdn_audio.c')
-rw-r--r-- | drivers/isdn/isdn_audio.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/drivers/isdn/isdn_audio.c b/drivers/isdn/isdn_audio.c index 84da94294..d097366ed 100644 --- a/drivers/isdn/isdn_audio.c +++ b/drivers/isdn/isdn_audio.c @@ -1,4 +1,4 @@ -/* $Id: isdn_audio.c,v 1.8 1997/03/02 14:29:16 fritz Exp $ +/* $Id: isdn_audio.c,v 1.10 1998/02/20 17:09:40 fritz Exp $ * Linux ISDN subsystem, audio conversion and compression (linklevel). * @@ -20,6 +20,14 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log: isdn_audio.c,v $ + * Revision 1.10 1998/02/20 17:09:40 fritz + * Changes for recent kernels. + * + * Revision 1.9 1997/10/01 09:20:25 fritz + * Removed old compatibility stuff for 2.0.X kernels. + * From now on, this code is for 2.1.X ONLY! + * Old stuff is still in the separate branch. + * * Revision 1.8 1997/03/02 14:29:16 fritz * More ttyI related cleanup. * @@ -53,7 +61,7 @@ #include "isdn_audio.h" #include "isdn_common.h" -char *isdn_audio_revision = "$Revision: 1.8 $"; +char *isdn_audio_revision = "$Revision: 1.10 $"; /* * Misc. lookup-tables. @@ -531,7 +539,6 @@ isdn_audio_goertzel(int *sample, modem_info * info) info->line); return; } - SET_SKB_FREE(skb); result = (int *) skb_put(skb, sizeof(int) * NCOEFF); for (k = 0; k < NCOEFF; k++) { sk = sk1 = sk2 = 0; |