Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/ctxfi/
Dcthardware.h163 int (*dao_set_spos)(void *blk, unsigned int spos); member
Dcthw20k2.c911 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2317 .dao_set_spos = dao_set_spos,
Dcthw20k1.c927 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() function
2247 .dao_set_spos = dao_set_spos,
Dctdaio.c149 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()