Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/ctxfi/
Dcthardware.h165 int (*dao_get_spos)(void *blk, unsigned int *spos); member
Dcthw20k2.c934 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2319 .dao_get_spos = dao_get_spos,
Dcthw20k1.c949 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2249 .dao_get_spos = dao_get_spos,
Dctdaio.c143 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos()