summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2007-01-17 14:27:03 +0000
committerjoel <joel@FreeBSD.org>2007-01-17 14:27:03 +0000
commit7aa8d3d5736bc48746348f1f26f5a4751855a6ab (patch)
tree27b274f0fa7e0593ae07bc545be7bfb6e36f33ff
parentef3eb6c935523a9e78fec53d2695246bda23a3f0 (diff)
downloadFreeBSD-src-7aa8d3d5736bc48746348f1f26f5a4751855a6ab.zip
FreeBSD-src-7aa8d3d5736bc48746348f1f26f5a4751855a6ab.tar.gz
- Add a small section on boot-time configuration.
- Add more Xrefs. - Fix minor nits. Reviewed by: ru
-rw-r--r--share/man/man4/snd_hda.433
1 files changed, 30 insertions, 3 deletions
diff --git a/share/man/man4/snd_hda.4 b/share/man/man4/snd_hda.4
index 0fedf1e..2939ccc 100644
--- a/share/man/man4/snd_hda.4
+++ b/share/man/man4/snd_hda.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 17, 2006
+.Dd January 17, 2007
.Dt SND_HDA 4
.Os
.Sh NAME
@@ -73,6 +73,31 @@ The HDA specification defines the register-level interface, physical link
characteristics, codec programming models, and codec architectural components.
This specification is intended for both device driver developers and hardware
component designers.
+.Ss Boot-time Configuration
+The following variables are available at boot-time through the
+.Xr device.hints 5
+file:
+.Bl -tag -width ".Va hint.pcm.%d.config" -offset indent
+.It Va hint.pcm.%d.config
+Configures a range of possible options.
+Possible values are:
+.Dq Li gpio0 ,
+.Dq Li gpio1 ,
+.Dq Li gpio2 ,
+.Dq Li gpioflush ,
+.Dq Li eapdinv ,
+.Dq Li fixedrate ,
+.Dq Li forcestereo ,
+.Dq Li softpcmvol ,
+and
+.Dq Li vref .
+An option prefixed with
+.Dq Li no ,
+such as
+.Dq Li nofixedrate
+will do the opposite and takes precedence.
+Options can be separated by whitespace and commas.
+.El
.Ss Runtime Configuration
The following
.Xr sysctl 8
@@ -124,7 +149,7 @@ SiS 966
VIA VT8251/8237A
.El
.Pp
-Generic Audio chipsets compatible with the Intel HDA specification should work,
+Generic audio chipsets compatible with the Intel HDA specification should work,
but have not been verified yet.
The following codecs have been verified to work:
.Pp
@@ -166,7 +191,9 @@ Sigmatel STAC9227
.El
.Sh SEE ALSO
.Xr sound 4 ,
-.Xr loader.conf 5
+.Xr device.hints 5 ,
+.Xr loader.conf 5 ,
+.Xr sysctl 8
.Sh HISTORY
The
.Nm
OpenPOWER on IntegriCloud