Lines Matching refs:snd_sb_csp

78 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
80 static int snd_sb_csp_unload(struct snd_sb_csp * p);
81 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i…
82 static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
83 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
85 static int snd_sb_csp_use(struct snd_sb_csp * p);
86 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
87 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
88 static int snd_sb_csp_stop(struct snd_sb_csp * p);
89 static int snd_sb_csp_pause(struct snd_sb_csp * p);
90 static int snd_sb_csp_restart(struct snd_sb_csp * p);
92 static int snd_sb_qsound_build(struct snd_sb_csp * p);
93 static void snd_sb_qsound_destroy(struct snd_sb_csp * p);
94 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p);
96 static int init_proc_entry(struct snd_sb_csp * p, int device);
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()
282 static int snd_sb_csp_unuse(struct snd_sb_csp * p) in snd_sb_csp_unuse()
295 static int snd_sb_csp_riff_load(struct snd_sb_csp * p, in snd_sb_csp_riff_load()
453 static int snd_sb_csp_unload(struct snd_sb_csp * p) in snd_sb_csp_unload()
597 static int snd_sb_csp_check_version(struct snd_sb_csp * p) in snd_sb_csp_check_version()
609 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()
675 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()
690 static int snd_sb_csp_firmware_load(struct snd_sb_csp *p, int index, int flags) in snd_sb_csp_firmware_load()
717 static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode) in snd_sb_csp_autoload()
789 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start()
870 static int snd_sb_csp_stop(struct snd_sb_csp * p) in snd_sb_csp_stop()
913 static int snd_sb_csp_pause(struct snd_sb_csp * p) in snd_sb_csp_pause()
933 static int snd_sb_csp_restart(struct snd_sb_csp * p) in snd_sb_csp_restart()
960 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_get()
968 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_switch_put()
992 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_get()
1004 struct snd_sb_csp *p = snd_kcontrol_chip(kcontrol); in snd_sb_qsound_space_put()
1040 static int snd_sb_qsound_build(struct snd_sb_csp * p) in snd_sb_qsound_build()
1073 static void snd_sb_qsound_destroy(struct snd_sb_csp * p) in snd_sb_qsound_destroy()
1104 static int snd_sb_csp_qsound_transfer(struct snd_sb_csp * p) in snd_sb_csp_qsound_transfer()
1129 static int init_proc_entry(struct snd_sb_csp * p, int device) in init_proc_entry()
1140 struct snd_sb_csp *p = entry->private_data; in info_read()