Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ctxfi/ !
Dcthardware.h160 int (*dao_set_spos)(void *blk, unsigned int spos); member
Dcthw20k2.c901 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2303 .dao_set_spos = dao_set_spos,
Dcthw20k1.c917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2230 .dao_set_spos = dao_set_spos,
Dctdaio.c145 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()