Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdsp.h140 #define HDSP_CHAN_9632_LINE (1 << 2) macro
144 HDSP_CHAN_9632_LINE | \
H A Dhdsp.c76 { HDSP_CHAN_9632_LINE, "line" },
H A Dhdsp-pcm.c108 if (ports & HDSP_CHAN_9632_LINE) in hdsp_port_slot_map()