.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # ALSA soundcard-configuration |
---|
2 | 3 | config SND_TIMER |
---|
3 | 4 | tristate |
---|
.. | .. |
---|
71 | 72 | config SND_PCM_OSS_PLUGINS |
---|
72 | 73 | bool "OSS PCM (digital audio) API - Include plugin system" |
---|
73 | 74 | depends on SND_PCM_OSS |
---|
74 | | - default y |
---|
| 75 | + default y |
---|
75 | 76 | 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. |
---|
| 77 | + If you disable this option, the ALSA's OSS PCM API will not |
---|
| 78 | + support conversion of channels, formats and rates. It will |
---|
| 79 | + behave like most of new OSS/Free drivers in 2.4/2.6 kernels. |
---|
79 | 80 | |
---|
80 | 81 | config SND_PCM_TIMER |
---|
81 | 82 | bool "PCM timer interface" if EXPERT |
---|
.. | .. |
---|
127 | 128 | or older). |
---|
128 | 129 | |
---|
129 | 130 | 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. |
---|
| 131 | + bool "Sound Proc FS Support" if EXPERT |
---|
| 132 | + depends on PROC_FS |
---|
| 133 | + default y |
---|
| 134 | + help |
---|
| 135 | + Say 'N' to disable Sound proc FS, which may reduce code size about |
---|
| 136 | + 9KB on x86_64 platform. |
---|
| 137 | + If unsure say Y. |
---|
137 | 138 | |
---|
138 | 139 | config SND_VERBOSE_PROCFS |
---|
139 | 140 | bool "Verbose procfs contents" |
---|
.. | .. |
---|
141 | 142 | default y |
---|
142 | 143 | help |
---|
143 | 144 | Say Y here to include code for verbose procfs contents (provides |
---|
144 | | - useful information to developers when a problem occurs). On the |
---|
145 | | - other side, it makes the ALSA subsystem larger. |
---|
| 145 | + useful information to developers when a problem occurs). On the |
---|
| 146 | + other side, it makes the ALSA subsystem larger. |
---|
146 | 147 | |
---|
147 | 148 | config SND_VERBOSE_PRINTK |
---|
148 | 149 | bool "Verbose printk" |
---|
.. | .. |
---|
163 | 164 | depends on SND_DEBUG |
---|
164 | 165 | help |
---|
165 | 166 | Say Y here to enable extra-verbose debugging messages. |
---|
166 | | - |
---|
| 167 | + |
---|
167 | 168 | Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages. |
---|
168 | 169 | So, say Y only if you are ready to be annoyed. |
---|
169 | 170 | |
---|
.. | .. |
---|
177 | 178 | sound clicking when system is loaded, it may help to determine |
---|
178 | 179 | the process or driver which causes the scheduling gaps. |
---|
179 | 180 | |
---|
| 181 | +config SND_CTL_VALIDATION |
---|
| 182 | + bool "Perform sanity-checks for each control element access" |
---|
| 183 | + depends on SND_DEBUG |
---|
| 184 | + help |
---|
| 185 | + Say Y to enable the additional validation of each control element |
---|
| 186 | + access, including sanity-checks like whether the values returned |
---|
| 187 | + from the driver are in the proper ranges or the check of the invalid |
---|
| 188 | + access at out-of-array areas. |
---|
| 189 | + |
---|
180 | 190 | config SND_VMASTER |
---|
181 | 191 | bool |
---|
182 | 192 | |
---|