Home
last modified time | relevance | path

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

/linux/sound/pci/ctxfi/
H A Dcthardware.h164 int (*dao_get_spos)(void *blk, unsigned int *spos);
162 int (*dao_get_spos)(void *blk, unsigned int *spos); global() member
H A Dcthw20k1.c939 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2206 .dao_get_spos = dao_get_spos,
H A Dcthw20k2.c924 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() function
2348 .dao_get_spos = dao_get_spos,
H A Dctdaio.c145 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()