Home
last modified time | relevance | path

Searched defs:snd_sb_csp_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dsb16_csp.h32 struct snd_sb_csp_ops { struct
33 int (*csp_use) (struct snd_sb_csp * p);
34 int (*csp_unuse) (struct snd_sb_csp * p);
35 int (*csp_autoload) (struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
59 struct snd_sb_csp_ops ops; /* operators */ argument