Home
last modified time | relevance | path

Searched refs:SND_DEV_DSP (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pcm/
HDdsp.c397 { SND_DEV_DSP, "dsp", ".", NULL, 0, 0, 0, 0,
417 { SND_DEV_DSP, "dsp_ac3", ".", "dsp", 0, 0, 0, 0,
420 { SND_DEV_DSP, "dsp_mmap", ".", "dsp", 0, 0, 0, 0,
423 { SND_DEV_DSP, "dsp_multich", ".", "dsp", 0, 0, 0, 0,
426 { SND_DEV_DSP, "dsp_spdifout", ".", "dsp", 0, 0, 0, 0,
429 { SND_DEV_DSP, "dsp_spdifin", ".", "dsp", 0, 0, 0, 0,
HDsound.h261 #define SND_DEV_DSP 3 /* Digitized voice /dev/dsp */ macro