Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dsb16_csp.h126 struct snd_sb_csp;
143 int (*csp_use) (struct snd_sb_csp * p);
144 int (*csp_unuse) (struct snd_sb_csp * p);
145 int (*csp_autoload) (struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
146 int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
147 int (*csp_stop) (struct snd_sb_csp * p);
148 int (*csp_qsound_transfer) (struct snd_sb_csp * p);
154 struct snd_sb_csp { struct
/linux-3.4.99/sound/isa/sb/
Dsb16_csp.c92 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
94 static int snd_sb_csp_unload(struct snd_sb_csp * p);
95 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i…
96 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
97 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
99 static int snd_sb_csp_use(struct snd_sb_csp * p);
100 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
101 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
102 static int snd_sb_csp_stop(struct snd_sb_csp * p);
103 static int snd_sb_csp_pause(struct snd_sb_csp * p);
[all …]
Dsb16_main.c56 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_prepare()
104 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_prepare()
142 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_update()
156 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_open()
174 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_close()
187 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_open()
205 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_close()