snd_sb_csp         30 include/sound/sb16_csp.h struct snd_sb_csp;
snd_sb_csp         47 include/sound/sb16_csp.h 	int (*csp_use) (struct snd_sb_csp * p);
snd_sb_csp         48 include/sound/sb16_csp.h 	int (*csp_unuse) (struct snd_sb_csp * p);
snd_sb_csp         49 include/sound/sb16_csp.h 	int (*csp_autoload) (struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
snd_sb_csp         50 include/sound/sb16_csp.h 	int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
snd_sb_csp         51 include/sound/sb16_csp.h 	int (*csp_stop) (struct snd_sb_csp * p);
snd_sb_csp         52 include/sound/sb16_csp.h 	int (*csp_qsound_transfer) (struct snd_sb_csp * p);