![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device sound
device usb
device snd_uaudio Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_uaudio_load="YES" DESCRIPTIONThe A USB audio device consists of a number of components: input terminals (e.g. USB digital input), output terminals (e.g. speakers), and a number of units in between (e.g. volume control). If the device supports multiple configurations, and there have been no user-supplied values specified through the sysctl(8) interface, the driver will select the best matching configuration supported by the device during attach. "Best" means the configuration with the most channels and highest quality in sample rate and sample size. Refer to the ‘ SYSCTL VARIABLESThe following settings can be entered at the loader(8) prompt or in loader.conf(5) and can also be changed at runtime with the sysctl(8) command. For a change to take effect during runtime, the device has to be re-attached.
If usb(4) has been compiled with USB_DEBUG on, the following setting is also available:
SEE ALSOsound(4), usb(4), loader.conf(5), loader(8), sysctl(8) USB Audio Class Specifications, http://www.usb.org/developers/docs/devclass_docs/. HISTORYThe AUTHORSThis manual page was adopted from NetBSD 1.6 and modified for FreeBSD by Hiten Pandya <hmp@FreeBSD.org>. BUGSThe PCM framework in FreeBSD currently does not support the full set of USB audio mixer controls. Some mixer controls are only available as dev.pcm.%d.mixer sysctls.
|