diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2008-10-03 09:19:07 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2008-10-03 09:19:07 +0000 |
| commit | 728747680a9fc0ccbb5797d80335d4297ca87dbc (patch) | |
| tree | 6019b121e790895dcd5732cc807b85dd62d1094e | |
| parent | 60a5ef26a143350cb106f6a2bb01ac7eb933b91f (diff) | |
Notes
| -rw-r--r-- | share/man/man4/snd_hda.4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/snd_hda.4 b/share/man/man4/snd_hda.4 index e6813653d2de..c64cb1ddafcd 100644 --- a/share/man/man4/snd_hda.4 +++ b/share/man/man4/snd_hda.4 @@ -79,6 +79,11 @@ HDMI audio input/output. Usually that assignment may be widely tuned by using device hints. A lot of useful information about driver operation and present audio setup may be obtained from the driver verbose boot messages. +.Pp +You can select audio device to use by default with hw.snd.default_unit +sysctl described in +.Xr sound 4 +or explicitly specify it in appliation settings. .Ss Boot-time Configuration The following variables are available at boot-time through the .Xr device.hints 5 |
