xref: /dragonfly/share/man/man4/snd_emu10kx.4 (revision 37de577a)
1.\"
2.\" Copyright (c) 2003-2007 Yuriy Tsibizov
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
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.
13.\"
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
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/snd_emu10kx.4 267938 2014-06-26 21:46:14Z bapt $
27.\"
28.Dd January 8, 2015
29.Dt SND_EMU10KX 4
30.Os
31.Sh NAME
32.Nm snd_emu10kx
33.Nd Creative SoundBlaster Live! and Audigy sound cards device driver
34.Sh SYNOPSIS
35To compile this driver into the kernel, place the following lines in your
36kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device sound"
39.Cd "device snd_emu10kx"
40.Ed
41.Pp
42Alternatively, to load the driver as a module at boot time, place the
43following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46snd_emu10kx_load="YES"
47.Ed
48.Sh DESCRIPTION
49The
50.Nm
51bridge driver allows the generic audio driver
52.Xr sound 4
53to attach to Creative sound cards based on the EMU10K1, CA0100, CA0101, CA0102
54and CA0108 DSPs.
55.Pp
56The
57.Nm
58sound cards have a PCM part, which is accessible through one to five
59.Xr pcm 4
60devices (see
61.Sx MULTICHANNEL PLAYBACK
62for details), and MPU401-compatible MIDI I/O controller, which is accessible
63through the midi device.
64Wave table synthesizer support is not available.
65.Sh HARDWARE
66The
67.Nm
68driver supports the following sound cards:
69.Pp
70.Bl -bullet -compact
71.It
72Creative Sound Blaster Live!\& (EMU10K1 Chipset).
73Both PCM and MIDI interfaces are available.
74.It
75Creative Sound Blaster Audigy (CA0100 and CA0101 Chipset).
76PCM and two MIDI interfaces available.
77.It
78Creative Sound Blaster Audigy 2 and Creative Sound Blaster Audigy 4 (CA0102
79Chipset).
80PCM support is limited to 48kHz/16 bit stereo (192kHz/24 bit part
81of this chipset is not supported).
82.It
83Creative Sound Blaster Audigy 2 Value (CA0108 Chipset).
84PCM support is limited
85to 48kHz/16 bit stereo (192kHz/24 bit part of this chipset is not supported).
86There is no MIDI support for this card.
87.El
88.Pp
89The
90.Nm
91driver does
92.Em not
93support the following sound cards (although they have names
94similar to some supported ones):
95.Pp
96.Bl -bullet -compact
97.It
98Creative Sound Blaster Live!\& 24-Bit, identified by
99.Fx
100as
101.Qq Li "emu10k1x Soundblaster Live! 5.1" .
102.It
103Creative Sound Blaster Audigy LS / ES, identified by
104.Fx
105as
106.Qq Li "CA0106-DAT Audigy LS" .
107.It
108All other Creative sound cards with -DAT chipsets.
109.It
110All Creative X-Fi series sound cards.
111.El
112.Sh MULTICHANNEL PLAYBACK
113By default the
114.Nm
115driver is loaded with multichannel playback capabilities enabled.
116If you do not set the
117.Dv hint.emu10kx.0.multichannel_disabled
118option in your
119.Xr loader.conf 5
120configuration file you will get up to five DSP devices, one for each
121sound card output.
122You can use additional software (like
123.Em audio/pulseaudio
124from
125.Em The Ports Collection )
126to do sound stream demultiplexing.
127Only
128.Dq FRONT
129output can play and record sound from external
130sources (like line or S/PDIF inputs).
131.Sh MULTICHANNEL RECORDING
132By default multichannel recording capabilities are not enabled when you load
133the
134.Nm
135driver.
136If you enable the
137.Dv hint.emu10kx.0.multichannel_recording
138option in
139.Xr loader.conf 5
140you will get one more DSP device that is rate-locked to 48kHz/16bit/mono.
141This is actually 48kHz/16bit/32 channels on SB Live! cards and
14248kHz/16bit/64channels on Audigy cards, but the current implementation of
143the sound subsystem does not support such an amount of PCM channels.
144This device can not be opened for read, thus confusing many applications.
145.Pp
146Within a multichannel stream, the first half (0-15 or 0-31) is a copy of all DSP
147outputs, the second half (15-30 or 32-63) is a copy of some DSP inputs.
148On Live! cards the last substream (31) is used as a sync stream and is always
149set to 0xc0de.
150Audigy cards do not need such sync data, because a stream always starts with
151substream 0.
152.Ss SB Live! substream map (in byte offsets, each substream is 2 bytes LE)
153.Bl -tag -width ".Dv +0x00..+0x1E"
154.It Dv Offset
155Substream
156.It +0x00..+0x1E
157PCM streams 0..15
158.It +0x20, +0x22
159Empty
160.It +0x24..+0x2A
161PCM inputs: front left, front right, rear left, rear right, center, sub
162.It +0x2C..+0x3C
163DSP inputs 0..8:
164.It +0x3E
165sync substream (0xc0de)
166.El
167.Ss Audigy substream map (in byte offsets, each substream is 2 bytes LE)
168.Bl -tag -width ".Dv +0x00..+0x3E"
169.It Dv Offset
170Substream
171.It +0x00..+0x3E
172PCM streams 0..31
173.It +0x40..+0x5E
174PCM inputs: front LR, rear LR, center, sub, ...
175.It +0x60..+0x7E
176DSP inputs 0..16
177.El
178.Sh OSS MIXER CONTROLS
179These are the controls available through the standard OSS programming interface.
180You can use
181.Xr mixer 8
182to change them.
183.Pp
184On EMU10K1-based cards the OSS mixer directly controls the AC97 codec.
185On newer cards the OSS mixer controls some parameters of the AC97 codec and
186some DSP-based mixer controls.
187.Bl -inset
188.It Qq vol
189mixer control for the overall sound volume.
190.It Qq pcm
191mixer control for the PCM playback volume.
192It controls only front output
193volume in multichannel mode and all output volume in single channel mode.
194.It Qq rec
195mixer control acts very differently on EMU10K1 and other cards.
196On EMU10K1 cards it controls the AC97 codec recording level.
197On non-EMU10K1 cards it controls the amount of AC97
198.Dq stereo mix
199 entering the DSP.
200AC97 recording level and AC97 recording source are fixed on CA0100, CA0101,
201CA0102 and CA0108 cards.
202The AC97 recording levels are always set to maximum and recording source is always
203.Dq Li "stereo mix" .
204.It Qq dig1
205is a CD S/PDIF (on-card) volume control
206.It Qq dig2
207is an AudigyDrive S/PDIF (Audigy series) or TOSLink (SB Live! series) volume
208control
209.It Qq dig3
210is an on-card S/PDIF volume control
211.It Qq line2
212is AudigyDrive "Line In 2" volume control
213.It Qq line3
214is AudigyDrive "AUX In 2" volume control
215.El
216.Pp
217Other OSS mixer controls control the inputs of the AC97 codec.
218.Sh PRIVATE DEVICE CONTROLS
219You can control some of EMU10Kx's operation and configuration parameters through
220.Va dev.emu10kx. Ns Aq Ar X
221sysctls.
222These
223.Xr sysctl 8
224values are temporary and should not be relied upon.
225.Sh DRIVER CONFIGURATION
226Loader tunables are used to set driver configuration.
227Tunables can be set at the
228.Xr loader 8
229prompt before booting the kernel or they can be stored in
230.Pa /boot/loader.conf .
231These tunables cannot be changed from a machine
232.Xr sysctl 8
233entry after boot, but you can change them using
234.Xr kenv 1
235before loading the
236.Nm
237driver.
238.Bl -tag -width indent
239.It Va hint.emu10kx. Ns Ao Ar X Ac Ns Va .disabled
240Disables loading a driver instance.
241.It Va hint.emu10kx. Ns Ao Ar X Ac Ns Va .multichannel_disabled
242Disables multichannel playback support, when one card is represented as
243several PCM devices.
244.It Va hint.emu10kx. Ns Ao Ar X Ac Ns Va .multichannel_recording
245Enables experimental multichannel recording support.
246.It Va hint.emu10kx. Ns Ao Ar X Ac Ns Va .debug
247Set debug output level.
248.Bl -tag -width 2n
249.It 0
250No additional debug options enabled
251.It 1
252Enables all DSP outputs to be connected, even those
253that are known to be unused on a particular card.
254.It 2
255Additional debug messages about in-driver events will be printed.
256.It 2
257Additional debug messages will be printed when memory allocation fails.
258.El
259.El
260.Sh FILES
261.Bl -tag -width ".Pa /dev/emu10kx?" -compact
262.It Pa /dev/emu10kx?
263.Nm
264management interface
265.El
266.Sh SEE ALSO
267.Xr sound 4
268.Sh HISTORY
269The
270.Nm
271device driver first appeared in
272.Fx 7.0 .
273.Sh AUTHORS
274.An -nosplit
275The PCM part of the driver is based on the
276.Xr snd_emu10k1 4
277SB Live!\& driver by
278.An Cameron Grant Aq Mt cg@FreeBSD.org .
279The MIDI interface is based on the
280.Xr snd_emu10k1 4
281MIDI interface code by
282.An Mathew Kanner Aq Mt matk@FreeBSD.org .
283The
284.Nm
285device driver and this manual page were written by
286.An Yuriy Tsibizov .
287.Sh BUGS
288The driver does not detect lost S/PDIF signals and produces noise when
289S/PDIF is not connected and S/PDIF volume is not zero.
290.Pp
291The PCM driver cannot detect the presence of Live!Drive or AudigyDrive
292breakout boxes and tries to use them (and list their connectors in the
293mixer).
294.Pp
295The MIDI driver cannot detect the presence of Live!Drive or AudigyDrive
296breakout boxes and tries to enable the IR receiver on them anyway.
297