GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SND_DUMMY(4) FreeBSD Kernel Interfaces Manual SND_DUMMY(4)

snd_dummyDummy audio driver

To load the driver at boot time, place the following line in loader.conf(5):

snd_dummy_load="YES"

The snd_dummy driver implements a virtual testing device, meaning it does not correspond to a physical sound card. It is intended for testing, so that test programs do not need to rely on hardware being present in the machine in order to run.

The driver attaches as a regular PCM device, with two channels (one playback and one recording), as well as a mixer.

Playback works by discarding all input, and recording by returning silence (zeros).

sound(4), loader.conf(5), loader(8)

The snd_dummy driver was implemented by Christos Margiolis <christos@FreeBSD.org> under sponsorship from the FreeBSD Foundation.

Because the driver automatically attaches once the module is loaded, it can only be attached once.

July 15, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 4 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.