2 .\" Copyright (c) 1998, Luigi Rizzo
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 PCM audio device infrastructure
39 To compile this driver into the kernel, place the following line in your
40 kernel configuration file:
41 .Bd -ragged -offset indent
45 Non-PnP sound cards require the following lines in
47 .Bd -literal -offset indent
51 hint.pcm.0.flags="0x0"
55 Note: There exists some ambiguity in the naming at the moment
56 .Pq Nm sound , pcm , snd .
57 It will be resolved soon by renaming
61 and doing associated changes.
66 driver provides support for
68 audio play and capture.
69 This driver also supports various
74 sound cards, AC97 mixer and High Definition Audio.
77 driver attaches, supported devices provide audio record and
81 sound system provides dynamic mixing
85 True full duplex operation is available on most sound cards.
87 If the sound card is supported by a bridge driver, the
89 driver works in conjunction with the bridge driver.
91 Apart from the usual parameters, the flags field is used to specify
94 channel (generally used for capture in full duplex cards).
95 Flags are set to 0 for cards not using a secondary
97 channel, or to 0x10 + C to specify channel C.
99 The driver does its best to recognize the installed hardware and drive
100 it correctly so the user is not required to add several lines in
101 .Pa /boot/device.hints .
107 cards this is actually easy
108 since they identify themselves.
111 cards, the driver looks for
113 cards at addresses 0x530 and 0x604 (unless overridden
115 .Pa /boot/device.hints ) .
117 In general, the module
126 or from the command line using the
129 Options which can be specified in
130 .Pa /boot/loader.conf
132 .Bl -tag -width ".Va snd_emu10k1_load" -offset indent
133 .It Va snd_driver_load
137 this option loads all available drivers.
138 .It Va snd_emu10k1_load
142 only the SoundBlaster 5.1 driver and dependent modules will be loaded.
147 load driver for card/chipset foo.
150 To define default values for the different mixer channels,
151 set the channel to the preferred value using hints, e.g.:
152 .Va hint.pcm.0.line Ns = Ns Qq Li 0 .
153 This will mute the input channel per default.
155 Each device can optionally support more playback and recording channels
156 than physical hardware provides by using
161 options can be configured via the
163 interface but can only be manipulated while the device is inactive.
164 .Ss Runtime Configuration
165 There are a number of
169 tunables are global settings and
172 .Bl -tag -width ".Va hw.snd.report_soft_formats" -offset indent
173 .It Va hw.snd.latency_profile
174 Define sets of buffering latency conversion tables for the
177 A value of 0 will use a low and aggressive latency profile which can result
178 in possible underruns if the application cannot keep up with a rapid irq
179 rate, especially during high workload.
180 The default value is 1, which is considered a moderate/safe latency profile.
181 .It Va hw.snd.latency
182 Configure the buffering latency.
183 Only affects applications that do not explicitly request
184 blocksize / fragments.
185 This tunable provides finer granularity than the
186 .Va hw.snd.latency_profile
188 Possible values range between 0 (lowest latency) and 10 (highest latency).
189 .It Va hw.snd.report_soft_formats
190 Controls the internal format conversion if it is
191 available transparently to the application software.
192 When disabled or not available, the application will
193 only be able to select formats the device natively supports.
194 .It Va hw.snd.compat_linux_mmap
195 Enable to allow PROT_EXEC page mappings.
196 All Linux applications using sound and
199 .It Va hw.snd.feeder_rate_round
200 Sample rate rounding threshold, to avoid large prime division at the
202 All requested sample rates will be rounded to the nearest threshold value.
203 Possible values range between 0 (disabled) and 500.
205 .It Va hw.snd.feeder_rate_max
206 Maximum allowable sample rate.
207 .It Va hw.snd.feeder_rate_min
208 Minimum allowable sample rate.
209 .It Va hw.snd.verbose
210 Level of verbosity for the
213 Higher values include more output and the highest level,
214 four, should be used when reporting problems.
215 Other options include:
218 Installed devices and their allocated bus resources.
220 The number of playback, record, virtual channels, and
223 Channel information per device including the channel's
224 current format, speed, and pseudo device statistics such as
225 buffer overruns and buffer underruns.
227 File names and versions of the currently loaded sound modules.
229 Various messages intended for debugging.
231 .It Va hw.snd.maxautovchans
234 setting that only affects devices with at least one playback or recording channel available.
235 The sound system will dynamically create up this many
242 Maximum value is 256.
243 .It Va hw.snd.default_unit
244 Default sound card for systems with multiple sound cards.
247 the default device for
249 Equivalent to a symlink from
252 .Pa /dev/dsp Ns Va ${hw.snd.default_unit} .
253 .It Va hw.snd.default_auto
254 Enable to automatically assign default sound unit to the most recent
256 .It Va dev.pcm.%d.[play|rec].vchans
257 The current number of
259 allocated per device.
260 This can be set to preallocate a certain number of
262 Setting this value to
267 .It Va dev.pcm.%d.[play|rec].vchanrate
268 Sample rate speed for
271 All playback paths will be converted to this sample rate before the mixing
273 .It Va dev.pcm.%d.[play|rec].vchanformat
277 All playback paths will be converted to this format before the mixing
279 .It Va dev.pcm.%d.polling
280 Experimental polling mode support where the driver operates by querying the
281 device state on each tick using a
284 Disabled by default and currently only available for a few device drivers.
286 .Ss Recording Channels
287 On devices that have more than one recording source (ie: mic and line),
288 there is a corresponding
292 Channel statistics are only kept while the device is open.
293 So with situations involving overruns and underruns, consider the output
294 while the errant application is open and running.
296 The driver supports most of the
299 functions, and most applications work unmodified.
300 A few differences exist, while memory mapped playback is
301 supported natively and in
303 emulation, memory mapped recording is
307 As a consequence, some applications may need to be recompiled
308 with a slightly modified audio module.
311 for a complete list of the supported
317 drivers may create the following
320 .Bl -tag -width ".Pa /dev/audio%d.%d" -compact
321 .It Pa /dev/audio%d.%d
322 Sparc-compatible audio device.
324 Digitized voice device.
325 .It Pa /dev/dspW%d.%d
328 but 16 bits per sample.
329 .It Pa /dev/dsp%d.p%d
331 .It Pa /dev/dsp%d.r%d
333 .It Pa /dev/dsp%d.vp%d
334 Virtual playback channel.
335 .It Pa /dev/dsp%d.vr%d
336 Virtual recording channel.
340 status, including all channels and drivers.
343 The first number in the device node
344 represents the unit number of the
352 Additional messages are sometimes recorded when the
353 device is probed and attached, these messages can be viewed with the
357 The above device nodes are only created on demand through the dynamic
360 Users are strongly discouraged to access them directly.
361 For specific sound card access, please instead use
367 .It pcm%d:play:%d:dsp%d.p%d: play interrupt timeout, channel dead
368 The hardware does not generate interrupts to serve incoming (play)
369 or outgoing (record) data.
370 .It unsupported subdevice XX
371 A device node is not created properly.
402 .Xr snd_via82c686 4 ,
412 .%O "http://www.opensound.com/pguide/oss.pdf"
417 device driver first appeared in
428 The API evolved from the VOXWARE
429 standard which later became OSS standard.
432 .An Luigi Rizzo Aq luigi@iet.unipi.it
435 device driver and this manual page.
436 .An Cameron Grant Aq gandalf@vilnya.demon.co.uk
437 later revised the device driver for
439 .An Seigo Tanimura Aq tanimura@r.dl.itc.u-tokyo.ac.jp
440 revised this manual page.
441 It was then rewritten for
444 Some features of your sound card (e.g., global volume control) might not
445 be supported on all devices.