Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.c238 if (port->port_num == P16X_REC) { in p16x_start()
267 if (port->port_num == P16X_REC) { in p16x_stop()
387 case P16X_REC: in p16x_alloc_port()
391 port->port_num = P16X_REC; in p16x_alloc_port()
516 port = dev->port[P16X_REC]; in p16x_hwinit()
590 (p16x_alloc_port(dev, P16X_REC) != DDI_SUCCESS)) { in p16x_attach()
H A Daudiop16x.h61 #define P16X_REC 1 macro