Home
last modified time | relevance | path

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

/openbmc/linux/sound/oss/dmasound/
H A Ddmasound.h125 int (*write_sq_setup)(void); /* optional */ member
H A Ddmasound_paula.c703 .write_sq_setup = AmiWriteSqSetup,
H A Ddmasound_atari.c1549 .write_sq_setup = AtaWriteSqSetup,
1576 .write_sq_setup = AtaWriteSqSetup,
H A Ddmasound_core.c531 setup_func = dmasound.mach.write_sq_setup; in sq_setup()