xref: /freebsd/share/man/man4/snd_hda.4 (revision 13014ca04aad1931d41958b56f71a2c65b9a7a2c)
1.\" Copyright (c) 2006-2008 Joel Dahl <joel@FreeBSD.org>
2.\" Copyright (c) 2008 Alexander Motin <mav@FreeBSD.org>
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$
27.\"
28.Dd Sep 17, 2008
29.Dt SND_HDA 4
30.Os
31.Sh NAME
32.Nm snd_hda
33.Nd "Intel High Definition Audio bridge 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_hda"
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_hda_load="YES"
47.Ed
48.Sh DESCRIPTION
49The High Definition (HD) Audio specification was developed by Intel as the
50logical successor of the old AC'97 specification and has several advantages,
51such as higher bandwidth which allows more channels and more detailed formats,
52support for several logical audio devices, and general purpose DMA channels.
53.Pp
54The
55.Nm
56driver is a HDA bus controller driver and HDA codecs audio functions bridge
57driver that allows the generic audio driver,
58.Xr sound 4 ,
59to be used with this hardware.
60.Nm
61only supports audio functions.
62Modem, HDMI and other possible functions are not implemented.
63.Pp
64The
65.Nm
66driver supports hardware that conforms with revision 1.0 of the Intel High
67Definition Audio specification and tries to behave much like the Microsoft
68Universal Audio Architecture (UAA) draft (revision 0.7b) for handling audio
69devices.
70.Pp
71According to HDA and UAA specifications, depending on number of HDA buses
72and codecs present in system, their audio capabilities and BIOS provided
73configuration, the
74.Nm
75driver often provides several PCM audio devices.
76For example, one device for main rear 7.1 output and inputs, one device
77for independent headset connectors at front and one device for SPDIF or
78HDMI audio input/output.
79Usually that assignment may be widely tuned by using device hints.
80A lot of useful information about driver operation and present audio setup may
81be obtained from the driver verbose boot messages.
82.Pp
83You can select audio device to use by default with hw.snd.default_unit
84sysctl described in
85.Xr sound 4
86or explicitly specify it in appliation settings.
87.Ss Boot-time Configuration
88The following variables are available at boot-time through the
89.Xr device.hints 5
90file:
91.Bl -tag -width ".Va hint.hdac.%d.config"-offset indent
92.It Va hint.hdac.%d.config
93Configures a range of possible options.
94Possible values are:
95.Dq Li dmapos ,
96.Dq Li eapdinv ,
97.Dq Li gpio0 ,
98.Dq Li gpio1 ,
99.Dq Li gpio2 ,
100.Dq Li gpio3 ,
101.Dq Li gpio4 ,
102.Dq Li gpio5 ,
103.Dq Li gpio6 ,
104.Dq Li gpio7 ,
105.Dq Li gpioflush ,
106.Dq Li ivref ,
107.Dq Li ivref50 ,
108.Dq Li ivref80 ,
109.Dq Li ivref100 ,
110.Dq Li fixedrate ,
111.Dq Li forcestereo ,
112.Dq Li ovref ,
113.Dq Li ovref50 ,
114.Dq Li ovref80 ,
115.Dq Li ovref100 ,
116.Dq Li senseinv ,
117.Dq Li softpcmvol ,
118and
119.Dq Li vref .
120An option prefixed with
121.Dq Li no ,
122such as
123.Dq Li nofixedrate ,
124will do the opposite and takes precedence.
125Options can be separated by whitespace and commas.
126GPIO is a codecs General Purpose I/O pins which system integrators sometimes
127use to control external muters, amplifiers and so on.
128If you have no sound or sound volume is not adequate you may need to find a
129GPIO combination required for your system.
130ivrefX/ovrefX options controls voltage used to power external microphones
131and so on.
132.It Va hint.hdac.%d.cad%d.nid%d.config
133Overrides codec pin configuration set by BIOS.
134May be specified as a 32bit HEX value with a leading "0x" or as a set of
135space separated "option=value" pairs.
136.El
137.Pp
138Pin configuration is the UAA driver's main source of information about codec
139usage.
140This information is usually provided by the codec manufacturer and tuned
141by system integrators for specific system requirements.
142The
143.Nm
144driver allows users to override it to fix integrator mistakes or to use codec
145in alternative ways, for example, to get stereo output and 2 inputs
146instead of a single 5.1 output.
147Configuration includes the following options:
148.Bl -tag -width ".Va device=" -offset indent
149.It Va as
150Association number.
151Associations are used to group individual pins to form a complex multipin
152device.
153For example, to group 4 connectors for 7.1 output or to treat several
154input connectors as sources for the same input device.
155Can be specified as number from 0 to 15.
156Association number 0 means disabled pin, number 15 is a set of independent
157unassociated pins.
158Each association includes only pins of the same direction (in/out) and
159detected atomically - all pins or none.
160For every pair of input+output associations in order of their numeration
161separate PCM audio device is created.
162.It Va seq
163Sequence number.
164This unique inside every association number used to order pins inside
165association.
166Can be specified as a number from 0 to 15.
167Sequence number 15 for output associations has also special meaning.
168Output pin with sequence number 15 and device type Headhones will duplicate
169(with automatic mute if jack detection is supported) the first pin in that
170association.
171.It Va device
172Device type.
173Can be specified as a number from 0 to 15 or as a name:
174.Dq Li Line-out ,
175.Dq Li Speaker ,
176.Dq Li Headphones,
177.Dq Li CD ,
178.Dq Li SPDIF-out ,
179.Dq Li Digital-out ,
180.Dq Li Modem-line ,
181.Dq Li Modem-handset ,
182.Dq Li Line-in ,
183.Dq Li AUX ,
184.Dq Li Mic ,
185.Dq Li Telephony ,
186.Dq Li SPDIF-in ,
187.Dq Li Digital-in ,
188.Dq Li Res.E ,
189or
190.Dq Li Other .
191The device type also describes the pin direction (in/out).
192For example,
193.Dq Li CD
194always means input pin, while
195.Dq Li Headphones
196always means  output.
197.It Va conn
198Connection type.
199Can be specified as a number from 0 to 3 or as a name:
200.Dq Li Jack ,
201.Dq Li None ,
202.Dq Li Fixed ,
203or
204.Dq Li Both .
205Pins with
206.Dq Li None
207connection type are disabled.
208.It Va ctype
209Connector physical type.
210Can be specified as a number from 0 to 15.
211This is a reference only value which is ignored by the driver.
212.It Va color
213Connector color.
214Can be specified as a number from 0 to 15 or as a name:
215.Dq Li Unknown ,
216.Dq Li Black ,
217.Dq Li Grey ,
218.Dq Li Blue ,
219.Dq Li Green ,
220.Dq Li Red ,
221.Dq Li Orange ,
222.Dq Li Yellow ,
223.Dq Li Purple ,
224.Dq Li Pink ,
225.Dq Li Res.A ,
226.Dq Li Res.B ,
227.Dq Li Res.C ,
228.Dq Li Res.D ,
229.Dq Li White ,
230or
231.Dq Li Other .
232This is a reference only value which is ignored by the driver.
233.It Va loc
234Connector physical location.
235Can be specified as a number from 0 to 63.
236This is a reference only value which is ignored by the driver.
237.It Va misc
238Misc bits.
239Can be specified as a number from 0 to 15.
240Bit 0, if set, tells that jack detection on this pin supported by the codec
241is not implemented in hardware.
242.El
243.Ss Runtime Configuration
244The following
245.Xr sysctl 8
246variables are available in addition to those available to all
247.Xr sound 4
248devices:
249.Bl -tag -width ".Va dev.hdac.%d.polling" -offset indent
250.It Va dev.hdac.%d.polling
251Enables polling mode, where the driver operates by querying the device
252state on timer ticks using
253.Xr callout 9
254instead of interrupts.
255Polling is disabled by default.
256Do not enable it unless you are facing weird interrupt problems or if the
257device cannot generate interrupts at all.
258.It Va dev.hdac.%d.polling_interval
259Controller/Jack Sense polling interval (1-1000 ms)
260.It Va dev.hdac.%d.pindump
261Setting this to a non-zero value dumps the current pin configuration, main
262capabilities and jack sense status to console and syslog.
263.El
264.Sh EXAMPLES
265Taking HP Compaq DX2300 with Realtek ALC888 HDA codec for example. It has two
266audio connectors on a front side, three audio connectors on a rear side and one
267internal speaker. Codec has five stereo DACs and two ADCs, all are routable to
268any pin. All codec pins are reversible.
269.Pp
270Driver reports such default pin configuration when verbose messages enabled:
271.Bd -literal
272hdac0: nid 20 0x01014020 as  2 seq  0   Line-out  Jack jack 1 loc  1 color   Green misc 0
273hdac0: nid 21 0x99130110 as  1 seq  0    Speaker Fixed jack 3 loc 25 color Unknown misc 1
274hdac0: nid 22 0x411111f0 as 15 seq  0    Speaker  None jack 1 loc  1 color   Black misc 1
275hdac0: nid 23 0x411111f0 as 15 seq  0    Speaker  None jack 1 loc  1 color   Black misc 1
276hdac0: nid 24 0x01a19830 as  3 seq  0        Mic  Jack jack 1 loc  1 color    Pink misc 8
277hdac0: nid 25 0x02a1983f as  3 seq 15        Mic  Jack jack 1 loc  2 color    Pink misc 8
278hdac0: nid 26 0x01813031 as  3 seq  1    Line-in  Jack jack 1 loc  1 color    Blue misc 0
279hdac0: nid 27 0x0221401f as  1 seq 15 Headphones  Jack jack 1 loc  2 color   Green misc 0
280hdac0: nid 28 0x411111f0 as 15 seq  0    Speaker  None jack 1 loc  1 color   Black misc 1
281hdac0: nid 30 0x411111f0 as 15 seq  0    Speaker  None jack 1 loc  1 color   Black misc 1
282hdac0: nid 31 0x411111f0 as 15 seq  0    Speaker  None jack 1 loc  1 color   Black misc 1
283.Ed
284.Pp
285Pins with nid 21,23,28,30 and 31 are disabled due to "None" connectivity, so
286total pin count matches - six. All present pins by default are grouped into 3
287associations:
288.Bd -literal
289hdac0: Association 0 (1) out:
290hdac0:   Pin nid=21 seq=0
291hdac0:   Pin nid=27 seq=15
292hdac0: Association 1 (2) out:
293hdac0:   Pin nid=20 seq=0
294hdac0: Association 2 (3) in:
295hdac0:   Pin nid=24 seq=0
296hdac0:   Pin nid=26 seq=1
297hdac0:   Pin nid=25 seq=15
298.Ed
299.Pp
300It means that by default pcm0 device will play to the internal speaker and
301headphones jack with speaker automute on headphones connection.
302Recording on pcm0 will go from two external microphones and line-in jack.
303pcm1 playback will go to the Line-out jack.
304.Ss Example 1
305Setting
306.Bd -literal
307hint.hdac.0.cad0.nid20.config="as=1"
308hint.hdac.0.cad0.nid21.config="as=2"
309.Ed
310.Pp
311will swap line-out and speaker functions. So pcm0 device will play to the
312line-out and headphones jacks with line-out automute on headphones connection.
313Recording on pcm0 will go from two external microphones and line-in jacks.
314pcm1 playback will go to the internal speaker.
315.Pp
316.Ss Example 2
317Setting
318.Bd -literal
319hint.hdac.0.cad0.nid20.config="as=1 seq=15 device=Headphones"
320hint.hdac.0.cad0.nid27.config="as=2 seq=0"
321hint.hdac.0.cad0.nid25.config="as=4 seq=0"
322.Ed
323.Pp
324will split headphones and one of mics to separate device. So pcm0 device will
325play to the internal speaker and line-out jack with speaker automute on
326line-out connection. Recording on pcm0 will go from one external microphone
327and line-in jacks. pcm1 will be completely dedicated to headset (headphones and
328mic) connected to the front connectors.
329.Pp
330.Ss Example 3
331Setting
332.Bd -literal
333hint.hdac.0.cad0.nid20.config="as=1 seq=0"
334hint.hdac.0.cad0.nid26.config="as=2 seq=0"
335hint.hdac.0.cad0.nid27.config="as=3 seq=0"
336hint.hdac.0.cad0.nid25.config="as=4 seq=0"
337hint.hdac.0.cad0.nid24.config="as=5 seq=0 device=Line-out"
338hint.hdac.0.cad0.nid21.config="as=6 seq=0"
339.Ed
340.Pp
341will give 4 independent devices: pcm0 - line-out + line-in, pcm1 - headphones
342+ mic, pcm2 - additional line-out via retasked rear mic jack, pcm3 - internal
343speaker.
344.Pp
345.Ss Example 4
346Setting
347.Bd -literal
348hint.hdac.0.cad0.nid20.config="as=1 seq=0"
349hint.hdac.0.cad0.nid24.config="as=1 seq=1 device=Line-out"
350hint.hdac.0.cad0.nid26.config="as=1 seq=2 device=Line-out"
351hint.hdac.0.cad0.nid21.config="as=2 seq=0"
352.Ed
353.Pp
354will give 2 devices: pcm0 - 5.1 playback via 3 rear (line-out and retasked
355mic and line-in) connectors and front headphones with rear connectors automute
356on headphones connection + front mic recording. pcm1 - internal speaker
357playback.
358.Sh HARDWARE
359The
360.Nm
361driver supports the following audio chipsets:
362.Pp
363.Bl -bullet -compact
364.It
365ATI SB450
366.It
367ATI SB600
368.It
369Intel 631x/632xESB
370.It
371Intel 82801F
372.It
373Intel 82801G
374.It
375Intel 82801H
376.It
377Intel 82801I
378.It
379nVidia MCP51
380.It
381nVidia MCP55
382.It
383nVidia MCP61A
384.It
385nVidia MCP61B
386.It
387nVidia MCP65A
388.It
389nVidia MCP65B
390.It
391nVidia MCP67A
392.It
393nVidia MCP67B
394.It
395SiS 966
396.It
397VIA VT8251/8237A
398.El
399.Pp
400Generic audio chipsets compatible with the Intel HDA specification should work,
401but have not been verified yet.
402The following codecs have been verified to work:
403.Pp
404.Bl -bullet -compact
405.It
406Analog Devices AD1981HD
407.It
408Analog Devices AD1983
409.It
410Analog Devices AD1984
411.It
412Analog Devices AD1986A
413.It
414Analog Devices AD1988
415.It
416Analog Devices AD1988B
417.It
418CMedia CMI9880
419.It
420Conexant Venice
421.It
422Conexant Waikiki
423.It
424Realtek ALC260
425.It
426Realtek ALC262
427.It
428Realtek ALC268
429.It
430Realtek ALC660
431.It
432Realtek ALC861
433.It
434Realtek ALC861VD
435.It
436Realtek ALC880
437.It
438Realtek ALC882
439.It
440Realtek ALC883
441.It
442Realtek ALC885
443.It
444Realtek ALC888
445.It
446Realtek ALC889
447.It
448Sigmatel STAC9205
449.It
450Sigmatel STAC9220
451.It
452Sigmatel STAC9220D / 9223D
453.It
454Sigmatel STAC9221
455.It
456Sigmatel STAC9221D
457.It
458Sigmatel STAC9227D
459.It
460Sigmatel STAC9227X
461.It
462Sigmatel STAC9228D
463.It
464Sigmatel STAC9228X
465.It
466Sigmatel STAC9229D
467.It
468Sigmatel STAC9229X
469.It
470Sigmatel STAC9230D
471.It
472Sigmatel STAC9230X
473.It
474Sigmatel STAC9271D
475.It
476Sigmatel STAC9872AK
477.It
478VIA VT1708
479.It
480VIA VT1709
481.El
482.Sh SEE ALSO
483.Xr sound 4 ,
484.Xr device.hints 5 ,
485.Xr loader.conf 5 ,
486.Xr sysctl 8
487.Sh HISTORY
488The
489.Nm
490device driver first appeared in
491.Fx 6.3 .
492.Sh AUTHORS
493.An -nosplit
494The
495.Nm
496driver was written by
497.An Stephane E. Potvin Aq sepotvin@videotron.ca ,
498.An Ariff Abdullah Aq ariff@FreeBSD.org
499and
500.An Alexander Motin Aq mav@FreeBSD.org .
501This manual page was written by
502.An Joel Dahl Aq joel@FreeBSD.org
503and
504.An Alexander Motin Aq mav@FreeBSD.org .
505.Sh BUGS
506A few Hardware/OEM vendors tend to screw up BIOS settings, thus
507rendering the
508.Nm
509driver useless, which usually results in a state where the
510.Nm
511driver seems to attach and work, but without any sound.
512.Pp
513Due to OSS limitation multichannel (not multidevice) playback is not
514supported.