Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDsound.c538 if (CHN_DEV(ch) != device) in pcm_chn_create()
630 switch (CHN_DEV(ch)) { in pcm_chn_add()
672 switch (CHN_DEV(ch)) { in pcm_chn_remove()
HDchannel.h241 #define CHN_DEV(x) (snd_unit2d((x)->unit)) macro