12 Jun, 2009

1 commit


25 May, 2009

1 commit


12 Jan, 2009

2 commits


10 Jan, 2009

2 commits


07 Jan, 2009

1 commit


13 Dec, 2008

1 commit

  • Fix more than 100 (all remaining in mISDN) sparse warnings:

    drivers/isdn/hardware/mISDN/hfcmulti.c:***:**: warning: Using plain integer as NULL pointer
    drivers/isdn/mISDN/dsp_tones.c:***:**: warning: Using plain integer as NULL pointer
    drivers/isdn/mISDN/dsp_pipeline.c:***:**: warning: Using plain integer as NULL pointer

    Signed-off-by: Hannes Eder
    Acked-by: Karsten Keil
    Signed-off-by: David S. Miller

    Hannes Eder
     

27 Jul, 2008

1 commit

  • Enable support for digital audio processing capability.
    This module may be used for special applications that require
    cross connecting of bchannels, conferencing, dtmf decoding
    echo cancelation, tone generation, and Blowfish encryption and
    decryption.
    It may use hardware features if available.

    Signed-off-by: Karsten Keil

    Karsten Keil