Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # ALSA soundcard-configuration |
| 2 | config SND_TIMER |
| 3 | tristate |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | config SND_PCM |
| 6 | tristate |
Jie Yang | 90bbaf6 | 2015-10-16 17:57:46 +0800 | [diff] [blame] | 7 | select SND_TIMER if SND_PCM_TIMER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Russell King | 838d163 | 2015-05-09 11:26:42 +0100 | [diff] [blame] | 9 | config SND_PCM_ELD |
| 10 | bool |
| 11 | |
Russell King | 9203dd0 | 2015-05-09 11:26:47 +0100 | [diff] [blame] | 12 | config SND_PCM_IEC958 |
| 13 | bool |
| 14 | |
Daniel Mack | b7ae6f3 | 2013-08-12 10:42:37 +0200 | [diff] [blame] | 15 | config SND_DMAENGINE_PCM |
Daniel Mack | 903eb31 | 2013-08-15 16:03:52 +0200 | [diff] [blame] | 16 | tristate |
Daniel Mack | b7ae6f3 | 2013-08-12 10:42:37 +0200 | [diff] [blame] | 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | config SND_HWDEP |
| 19 | tristate |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | |
Takashi Iwai | 111b0cd | 2017-06-09 15:11:58 +0200 | [diff] [blame] | 21 | config SND_SEQ_DEVICE |
| 22 | tristate |
| 23 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | config SND_RAWMIDI |
| 25 | tristate |
Takashi Iwai | 111b0cd | 2017-06-09 15:11:58 +0200 | [diff] [blame] | 26 | select SND_SEQ_DEVICE if SND_SEQUENCER != n |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
Takashi Iwai | 5c845be | 2012-01-13 09:53:53 +0100 | [diff] [blame] | 28 | config SND_COMPRESS_OFFLOAD |
| 29 | tristate |
| 30 | |
Mark Brown | 0d94e41 | 2008-07-28 19:05:36 +0100 | [diff] [blame] | 31 | config SND_JACK |
| 32 | bool |
| 33 | |
Takashi Iwai | fe0d128 | 2016-02-17 09:44:25 +0100 | [diff] [blame] | 34 | # enable input device support in jack layer |
| 35 | config SND_JACK_INPUT_DEV |
| 36 | bool |
| 37 | depends on SND_JACK |
| 38 | default y if INPUT=y || INPUT=SND |
| 39 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | config SND_OSSEMUL |
Takashi Iwai | eb3b705 | 2017-06-09 13:56:05 +0200 | [diff] [blame] | 41 | bool "Enable OSS Emulation" |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 42 | select SOUND_OSS_CORE |
Takashi Iwai | eb3b705 | 2017-06-09 13:56:05 +0200 | [diff] [blame] | 43 | help |
| 44 | This option enables the build of OSS emulation layer. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
| 46 | config SND_MIXER_OSS |
| 47 | tristate "OSS Mixer API" |
Takashi Iwai | eb3b705 | 2017-06-09 13:56:05 +0200 | [diff] [blame] | 48 | depends on SND_OSSEMUL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | help |
| 50 | To enable OSS mixer API emulation (/dev/mixer*), say Y here |
| 51 | and read <file:Documentation/sound/alsa/OSS-Emulation.txt>. |
| 52 | |
| 53 | Many programs still use the OSS API, so say Y. |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the module |
| 56 | will be called snd-mixer-oss. |
| 57 | |
| 58 | config SND_PCM_OSS |
| 59 | tristate "OSS PCM (digital audio) API" |
Takashi Iwai | eb3b705 | 2017-06-09 13:56:05 +0200 | [diff] [blame] | 60 | depends on SND_OSSEMUL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | select SND_PCM |
| 62 | help |
| 63 | To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y |
| 64 | here and read <file:Documentation/sound/alsa/OSS-Emulation.txt>. |
| 65 | |
| 66 | Many programs still use the OSS API, so say Y. |
| 67 | |
| 68 | To compile this driver as a module, choose M here: the module |
| 69 | will be called snd-pcm-oss. |
| 70 | |
Jaroslav Kysela | 21a3479 | 2006-01-13 09:12:11 +0100 | [diff] [blame] | 71 | config SND_PCM_OSS_PLUGINS |
| 72 | bool "OSS PCM (digital audio) API - Include plugin system" |
| 73 | depends on SND_PCM_OSS |
| 74 | default y |
| 75 | help |
| 76 | If you disable this option, the ALSA's OSS PCM API will not |
| 77 | support conversion of channels, formats and rates. It will |
| 78 | behave like most of new OSS/Free drivers in 2.4/2.6 kernels. |
| 79 | |
Jie Yang | 90bbaf6 | 2015-10-16 17:57:46 +0800 | [diff] [blame] | 80 | config SND_PCM_TIMER |
| 81 | bool "PCM timer interface" if EXPERT |
| 82 | default y |
| 83 | help |
Randy Dunlap | ac1efcf | 2016-01-27 18:04:10 -0800 | [diff] [blame] | 84 | If you disable this option, pcm timer will be unavailable, so |
| 85 | those stubs that use pcm timer (e.g. dmix, dsnoop & co) may work |
Jie Yang | 90bbaf6 | 2015-10-16 17:57:46 +0800 | [diff] [blame] | 86 | incorrectlly. |
| 87 | |
Randy Dunlap | ac1efcf | 2016-01-27 18:04:10 -0800 | [diff] [blame] | 88 | For some embedded devices, we may disable it to reduce memory |
Jie Yang | 90bbaf6 | 2015-10-16 17:57:46 +0800 | [diff] [blame] | 89 | footprint, about 20KB on x86_64 platform. |
| 90 | |
Takashi Iwai | bbaf5e9 | 2008-10-24 18:16:50 +0200 | [diff] [blame] | 91 | config SND_HRTIMER |
| 92 | tristate "HR-timer backend support" |
| 93 | depends on HIGH_RES_TIMERS |
| 94 | select SND_TIMER |
| 95 | help |
| 96 | Say Y here to enable HR-timer backend for ALSA timer. ALSA uses |
| 97 | the hrtimer as a precise timing source. The ALSA sequencer code |
| 98 | also can use this timing source. |
| 99 | |
| 100 | To compile this driver as a module, choose M here: the module |
| 101 | will be called snd-hrtimer. |
| 102 | |
Clemens Ladisch | 332682b | 2005-11-20 14:07:47 +0100 | [diff] [blame] | 103 | config SND_DYNAMIC_MINORS |
Clemens Ladisch | b10e539 | 2006-06-27 08:41:26 +0200 | [diff] [blame] | 104 | bool "Dynamic device file minor numbers" |
Clemens Ladisch | 332682b | 2005-11-20 14:07:47 +0100 | [diff] [blame] | 105 | help |
| 106 | If you say Y here, the minor numbers of ALSA device files in |
| 107 | /dev/snd/ are allocated dynamically. This allows you to have |
| 108 | more than 8 sound cards, but requires a dynamic device file |
| 109 | system like udev. |
| 110 | |
| 111 | If you are unsure about this, say N here. |
| 112 | |
Takashi Iwai | 7bb2491 | 2013-05-15 08:46:39 +0200 | [diff] [blame] | 113 | config SND_MAX_CARDS |
| 114 | int "Max number of sound cards" |
| 115 | range 4 256 |
| 116 | default 32 |
| 117 | depends on SND_DYNAMIC_MINORS |
| 118 | help |
| 119 | Specify the max number of sound cards that can be assigned |
| 120 | on a single machine. |
| 121 | |
Takashi Iwai | 59d4858 | 2005-12-01 10:51:58 +0100 | [diff] [blame] | 122 | config SND_SUPPORT_OLD_API |
| 123 | bool "Support old ALSA API" |
Takashi Iwai | 59d4858 | 2005-12-01 10:51:58 +0100 | [diff] [blame] | 124 | default y |
| 125 | help |
| 126 | Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3 |
| 127 | or older). |
| 128 | |
Jie Yang | e0ecb05 | 2015-05-27 19:45:44 +0800 | [diff] [blame] | 129 | config SND_PROC_FS |
| 130 | bool "Sound Proc FS Support" if EXPERT |
| 131 | depends on PROC_FS |
| 132 | default y |
| 133 | help |
| 134 | Say 'N' to disable Sound proc FS, which may reduce code size about |
| 135 | 9KB on x86_64 platform. |
| 136 | If unsure say Y. |
| 137 | |
Jaroslav Kysela | 21a3479 | 2006-01-13 09:12:11 +0100 | [diff] [blame] | 138 | config SND_VERBOSE_PROCFS |
| 139 | bool "Verbose procfs contents" |
Jie Yang | e0ecb05 | 2015-05-27 19:45:44 +0800 | [diff] [blame] | 140 | depends on SND_PROC_FS |
Jaroslav Kysela | 21a3479 | 2006-01-13 09:12:11 +0100 | [diff] [blame] | 141 | default y |
| 142 | help |
| 143 | Say Y here to include code for verbose procfs contents (provides |
Matt LaPlante | a982ac0 | 2007-05-09 07:35:06 +0200 | [diff] [blame] | 144 | useful information to developers when a problem occurs). On the |
Jaroslav Kysela | 21a3479 | 2006-01-13 09:12:11 +0100 | [diff] [blame] | 145 | other side, it makes the ALSA subsystem larger. |
| 146 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | config SND_VERBOSE_PRINTK |
| 148 | bool "Verbose printk" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | help |
| 150 | Say Y here to enable verbose log messages. These messages |
| 151 | will help to identify source file and position containing |
| 152 | printed messages. |
| 153 | |
| 154 | You don't need this unless you're debugging ALSA. |
| 155 | |
| 156 | config SND_DEBUG |
| 157 | bool "Debug" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | help |
| 159 | Say Y here to enable ALSA debug code. |
| 160 | |
Takashi Iwai | 62cf872 | 2008-05-20 12:15:15 +0200 | [diff] [blame] | 161 | config SND_DEBUG_VERBOSE |
| 162 | bool "More verbose debug" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | depends on SND_DEBUG |
| 164 | help |
Takashi Iwai | 62cf872 | 2008-05-20 12:15:15 +0200 | [diff] [blame] | 165 | Say Y here to enable extra-verbose debugging messages. |
| 166 | |
| 167 | Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages. |
| 168 | So, say Y only if you are ready to be annoyed. |
Jaroslav Kysela | 61fb63c | 2006-04-24 21:57:16 +0200 | [diff] [blame] | 169 | |
| 170 | config SND_PCM_XRUN_DEBUG |
| 171 | bool "Enable PCM ring buffer overrun/underrun debugging" |
| 172 | default n |
Takashi Iwai | b7d90a3 | 2006-04-25 12:56:04 +0200 | [diff] [blame] | 173 | depends on SND_DEBUG && SND_VERBOSE_PROCFS |
Jaroslav Kysela | 61fb63c | 2006-04-24 21:57:16 +0200 | [diff] [blame] | 174 | help |
| 175 | Say Y to enable the PCM ring buffer overrun/underrun debugging. |
| 176 | It is usually not required, but if you have trouble with |
| 177 | sound clicking when system is loaded, it may help to determine |
| 178 | the process or driver which causes the scheduling gaps. |
Takashi Iwai | e922b00 | 2008-02-18 13:03:13 +0100 | [diff] [blame] | 179 | |
| 180 | config SND_VMASTER |
| 181 | bool |
Michal Marek | 0528c74 | 2009-05-26 17:07:52 +0200 | [diff] [blame] | 182 | |
Takashi Iwai | cc6a8ac | 2008-06-17 16:39:06 +0200 | [diff] [blame] | 183 | config SND_DMA_SGBUF |
| 184 | def_bool y |
| 185 | depends on X86 |
| 186 | |
Michal Marek | 0528c74 | 2009-05-26 17:07:52 +0200 | [diff] [blame] | 187 | source "sound/core/seq/Kconfig" |