Home
last modified time | relevance | path

Searched refs:PCMSUBUNIT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/sound/
H A Dclone.c430 subunit = PCMSUBUNIT(ce->devt); in snd_clone_gc()
456 subunit = PCMSUBUNIT(ce->devt); in snd_clone_destroy()
/dragonfly/sys/dev/sound/pcm/
H A Dsound.h116 #define PCMSUBUNIT(x) ((minor(x) >> 16) & 0x07FF) macro
H A Ddsp.c711 subunit = PCMSUBUNIT(i_dev); in dsp_close()