Home
last modified time | relevance | path

Searched refs:snd_sb_csp (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dsb16_csp.h16 struct snd_sb_csp;
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);
36 int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
37 int (*csp_stop) (struct snd_sb_csp * p);
38 int (*csp_qsound_transfer) (struct snd_sb_csp * p);
44 struct snd_sb_csp { struct
/linux/sound/isa/sb/
H A Dsb16_csp.c79 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
81 static int snd_sb_csp_unload(struct snd_sb_csp * p);
82 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i…
83 static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
84 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
86 static int snd_sb_csp_use(struct snd_sb_csp * p);
87 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
88 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
89 static int snd_sb_csp_stop(struct snd_sb_csp * p);
90 static int snd_sb_csp_pause(struct snd_sb_csp * p);
[all …]