Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c112 static int auvia_alloc_port(auvia_devc_t *, int);
363 auvia_alloc_port(auvia_devc_t *devc, int num) in auvia_alloc_port() function
610 if ((auvia_alloc_port(devc, AUVIA_PLAY_SGD_NUM) != DDI_SUCCESS) || in auvia_attach()
611 (auvia_alloc_port(devc, AUVIA_REC_SGD_NUM) != DDI_SUCCESS)) { in auvia_attach()