Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.c344 case AUDIGYLS_PLAY_PORT: in audigyls_start()
386 case AUDIGYLS_PLAY_PORT: in audigyls_stop()
447 if (port->direction == AUDIGYLS_PLAY_PORT) { in audigyls_count()
474 if (port->direction == AUDIGYLS_PLAY_PORT) { in audigyls_chinfo()
509 case AUDIGYLS_PLAY_PORT: in audigyls_alloc_port()
718 port = dev->port[AUDIGYLS_PLAY_PORT]; in audigyls_hwinit()
1236 if (audigyls_alloc_port(dev, AUDIGYLS_PLAY_PORT) != DDI_SUCCESS) in audigyls_attach()
H A Daudiols.h45 #define AUDIGYLS_PLAY_PORT 0 macro