Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c143 state->cs_engines[CS4231_REC]->ce_regsh = EB2_REC_HNDL; in eb2_map_regs()
144 state->cs_engines[CS4231_REC]->ce_eb2regs = state->cs_eb2_regs.record; in eb2_map_regs()
H A Daudio_4231.c470 for (int i = CS4231_PLAY; i <= CS4231_REC; i++) { in audiocs_destroy()
1074 (audiocs_alloc_engine(state, CS4231_REC) != DDI_SUCCESS)) { in audiocs_init_state()
1978 case CS4231_REC: in audiocs_alloc_engine()
H A Daudio_4231.h232 #define CS4231_REC 1 macro