Home
last modified time | relevance | path

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

/sound/pci/ctxfi/
Dcthardware.h165 int (*dao_get_spos)(void *blk, unsigned int *spos); member
Dcthw20k2.c928 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2312 .dao_get_spos = dao_get_spos,
Dcthw20k1.c943 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2242 .dao_get_spos = dao_get_spos,
Dctdaio.c143 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos()