Ignore:
Timestamp:
Mar 18, 2021, 8:57:36 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from Paul's uniaud32next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/config.h

    r598 r679  
    88
    99#include <linux/version.h>
    10 #include <linux/types.h>
    11 #include <linux/fcntl.h>
    12 #include <linux/signal.h>
    13 #include <linux/kdev_t.h>
    14 #include <linux/wait.h>
    15 #include <linux/list.h>
    16 #include <linux/init.h>
    17 #include <linux/dcache.h>
    18 #include <linux/vmalloc.h>
    19 #include <linux/tqueue.h>
    20 #include <linux/time.h>
    21 #include <linux/timer.h>
    22 #include <linux/stat.h>
    23 #include <linux/major.h>
    24 #include <linux/fs.h>
    25 #include <linux/pid.h>
    26 #include <linux/err.h>
    27 #include <linux/gfp.h>
    28 #include <linux/workqueue.h>
    29 #include <linux/byteorder/little_endian.h>
    30 #include <linux/lockdep.h>
    31 #include <linux/string.h>
    32 #include <asm/ioctl.h>
    33 #include <asm/hardirq.h>
    34 #include <asm/processor.h>
    35 #include <asm/siginfo.h>
    36 #include <dbgos2.h>
    37 #include <limits.h>
    38 #include <sys/cdefs.h>
    39 #include <stdio.h>
    40 #include <linux/config.h>
    41 #include <linux/module.h>
    42 #include <linux/utsname.h>
    43 #include <linux/errno.h>
    44 #include <linux/kernel.h>
    45 #include <linux/sched.h>
    46 #include <linux/malloc.h>
    47 #include <linux/delay.h>
    48 #include <linux/ioport.h>
    49 #include <asm/io.h>
    50 #include <asm/irq.h>
    51 #include <asm/segment.h>
    52 #include <asm/uaccess.h>
    53 #include <asm/system.h>
    54 #include <asm/string.h>
    55 #include <linux/pci.h>
    56 #include <linux/interrupt.h>
    57 #include <linux/pagemap.h>
    58 #include <linux/fs.h>
    59 #include <linux/fcntl.h>
    60 #include <linux/vmalloc.h>
    61 #include <linux/poll.h>
    62 #include <linux/reboot.h>
    63 #include <linux/init.h>
    64 #include <linux/lockdep.h>
    65 #include <linux/smp_lock.h>
    66 #include <linux/dma-mapping.h>
    67 #include "compat_22.h"
    68 
    69 #include <sound/asound.h>
    70 #include <sound/asoundef.h>
    7110
    7211/*
     
    8322#define CONFIG_PCI
    8423#define CONFIG_PM
    85 #define CONFIG_PROC_FS
     24#define CONFIG_PM_SLEEP
    8625#ifdef DEBUG
    8726#define CONFIG_SND_DEBUG_DETECT
     27#endif
    8828#define CONFIG_SND_DEBUG_VERBOSE
    89 #endif
    9029#define CONFIG_SND_DMA_SGBUF
    9130#define CONFIG_SND_HDA_CODEC_ANALOG
     
    9837#define CONFIG_SND_HDA_GENERIC
    9938#define CONFIG_SND_HDA_HWDEP
     39#define CONFIG_SND_HDA_PREALLOC_SIZE  64
    10040#define CONFIG_SND_OSSEMUL
    101 #define CONFIG_SND_PCM_OSS
    10241#define CONFIG_SND_SEQUENCER
    10342#define CONFIG_SOUND
    10443#define CONFIG_SYSFS_DEPRECATED
     44#define CONFIG_SND_PROC_FS
     45#define CONFIG_SND_JACK
     46//#define CONFIG_SND_DYNAMIC_MINORS //new 2020-12-26
     47//#define CONFIG_SND_MAX_CARDS 8 //new 2020-12-26
    10548#define PCI_NEW_SUSPEND
    10649#define SNDRV_LITTLE_ENDIAN
    107 
     50#define CONFIG_SND_HDA_POWER_SAVE_DEFAULT 1
     51#define CONFIG_SND_PCM_TIMER 1
     52#define CONFIG_PROC_FS 1 /* new oct 2020 */
     53#define CONFIG_SND_PCM_OSS 1
    10854
    10955/* Still need to work out where the following really belong */
    11056#undef interrupt
    111 #define __builtin_return_address(a)     0
    112 #define __builtin_expect(x, expected_value) (x)
    113 #define BUG_ON(x) /* nothing */
    11457#define assert(a)
    11558#define no_llseek       NULL
    11659#define noop_llseek     NULL
    117 
    118 struct class;
    119 struct class_device;
    120 struct class_device_attribute {int x; }; /* dummy */
    121 #define __ATTR(cls,perm,read,write) {0 } /* dummy */
    12260
    12361#define min_t(type, x, y) ({                    \
Note: See TracChangeset for help on using the changeset viewer.