Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsb16_csp.h37 int (*csp_stop) (struct snd_sb_csp * p); member
/openbmc/linux/sound/isa/sb/
H A Dsb16_main.c164 if (csp->ops.csp_stop(csp) == 0) { in snd_sb16_csp_playback_close()
195 if (csp->ops.csp_stop(csp) == 0) { in snd_sb16_csp_capture_close()
H A Dsb16_csp.c132 p->ops.csp_stop = snd_sb_csp_stop; in snd_sb_csp_new()