Lines Matching refs:snd_sb_csp

92 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);
104 static int snd_sb_csp_restart(struct snd_sb_csp * p);
106 static int snd_sb_qsound_build(struct snd_sb_csp * p);
107 static void snd_sb_qsound_destroy(struct snd_sb_csp * p);
108 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p);
110 static int init_proc_entry(struct snd_sb_csp * p, int device);
118 struct snd_sb_csp *p; in snd_sb_csp_new()
171 struct snd_sb_csp *p = hwdep->private_data; in snd_sb_csp_free()
188 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_open()
197 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_ioctl()
268 struct snd_sb_csp *p = hw->private_data; in snd_sb_csp_release()
277 static int snd_sb_csp_use(struct snd_sb_csp * p) in snd_sb_csp_use()
294 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
307 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
465 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
609 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
621 static int snd_sb_csp_load(struct snd_sb_csp * p, const unsigned char *buf, int size, int load_flag… in snd_sb_csp_load()
687 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i… in snd_sb_csp_load_user()
702 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags) in snd_sb_csp_firmware_load()
729 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode) in snd_sb_csp_autoload()
801 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start()
880 static int snd_sb_csp_stop(struct snd_sb_csp * p) in snd_sb_csp_stop()
921 static int snd_sb_csp_pause(struct snd_sb_csp * p) in snd_sb_csp_pause()
941 static int snd_sb_csp_restart(struct snd_sb_csp * p) in snd_sb_csp_restart()
968 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_get()
976 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_put()
1000 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_get()
1012 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_put()
1048 static int snd_sb_qsound_build(struct snd_sb_csp * p) in snd_sb_qsound_build()
1074 static void snd_sb_qsound_destroy(struct snd_sb_csp * p) in snd_sb_qsound_destroy()
1101 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p) in snd_sb_csp_qsound_transfer()
1126 static int init_proc_entry(struct snd_sb_csp * p, int device) in init_proc_entry()
1138 struct snd_sb_csp *p = entry->private_data; in info_read()