Home
last modified time | relevance | path

Searched refs:ct_s8 (Results 1 – 3 of 3) sorted by relevance

/linux/sound/oss/dmasound/
H A Ddmasound.h147 ssize_t (*ct_s8)(const u_char __user *, size_t, u_char *, ssize_t *, ssize_t); member
H A Ddmasound_atari.c790 .ct_s8 = ata_ct_s8,
797 .ct_s8 = ata_ctx_s8,
804 .ct_s8 = ata_ct_s8,
815 .ct_s8 = ata_ctx_s8,
H A Ddmasound_core.c288 ct_func = trans->ct_s8; in sound_copy_translate()