Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsoundcard.h778 #define SNDCTL_DSP_RESET _IO ('P', 0) macro
779 #define SNDCTL_DSP_HALT SNDCTL_DSP_RESET
1524 #define SOUND_PCM_RESET SNDCTL_DSP_RESET
/dragonfly/sys/dev/sound/pcm/
HDdsp.c1405 case SNDCTL_DSP_RESET: in dsp_ioctl()