Changeset 679 for GPL/trunk/alsa-kernel/include/sound/config.h
- Timestamp:
- Mar 18, 2021, 8:57:36 PM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-linux-3.2.102 (added) merged: 611-614 /GPL/branches/uniaud32-next (added) merged: 615-678
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/config.h
r598 r679 8 8 9 9 #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>71 10 72 11 /* … … 83 22 #define CONFIG_PCI 84 23 #define CONFIG_PM 85 #define CONFIG_P ROC_FS24 #define CONFIG_PM_SLEEP 86 25 #ifdef DEBUG 87 26 #define CONFIG_SND_DEBUG_DETECT 27 #endif 88 28 #define CONFIG_SND_DEBUG_VERBOSE 89 #endif90 29 #define CONFIG_SND_DMA_SGBUF 91 30 #define CONFIG_SND_HDA_CODEC_ANALOG … … 98 37 #define CONFIG_SND_HDA_GENERIC 99 38 #define CONFIG_SND_HDA_HWDEP 39 #define CONFIG_SND_HDA_PREALLOC_SIZE 64 100 40 #define CONFIG_SND_OSSEMUL 101 #define CONFIG_SND_PCM_OSS102 41 #define CONFIG_SND_SEQUENCER 103 42 #define CONFIG_SOUND 104 43 #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 105 48 #define PCI_NEW_SUSPEND 106 49 #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 108 54 109 55 /* Still need to work out where the following really belong */ 110 56 #undef interrupt 111 #define __builtin_return_address(a) 0112 #define __builtin_expect(x, expected_value) (x)113 #define BUG_ON(x) /* nothing */114 57 #define assert(a) 115 58 #define no_llseek NULL 116 59 #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 */122 60 123 61 #define min_t(type, x, y) ({ \
Note:
See TracChangeset
for help on using the changeset viewer.