Searched refs:snd_sb_csp (Results 1 – 3 of 3) sorted by relevance
16 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
85 static int snd_sb_csp_use(struct snd_sb_csp * p);86 static int snd_sb_csp_unuse(struct snd_sb_csp * p);88 static int snd_sb_csp_stop(struct snd_sb_csp * p);89 static int snd_sb_csp_pause(struct snd_sb_csp * p);104 struct snd_sb_csp *p; in snd_sb_csp_new()159 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free()176 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open()185 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl()256 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release()265 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()[all …]
44 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_prepare()92 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_prepare()130 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_update()144 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_open()162 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_playback_close()175 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_open()193 struct snd_sb_csp *csp = chip->csp; in snd_sb16_csp_capture_close()
Completed in 10 milliseconds