Searched defs:snd_sb_csp_ops (Results 1 – 1 of 1) sorted by relevance
32 struct snd_sb_csp_ops { struct33 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