Changeset 484 for GPL/trunk/alsa-kernel


Ignore:
Timestamp:
May 8, 2010, 6:36:24 AM (15 years ago)
Author:
David Azarewicz
Message:

Fix for recording hang

Location:
GPL/trunk/alsa-kernel
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/core/sgbuf.c

    r479 r484  
    1919 *
    2020 */
    21 
    2221#ifdef TARGET_OS2
    2322#include <sound/core.h>
    2423#endif
     24#include <sound/config.h>
    2525#include <linux/slab.h>
    2626#include <linux/mm.h>
     
    2828#include <sound/memalloc.h>
    2929#include <proto.h>
     30
     31#ifdef CONFIG_SND_DMA_SGBUF
    3032
    3133/* table entries are align to 32 */
     
    206208        return NULL;
    207209}
     210#endif
Note: See TracChangeset for help on using the changeset viewer.