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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsb16_csp.h119 struct snd_sb_csp;
136 int (*csp_use) (struct snd_sb_csp * p);
137 int (*csp_unuse) (struct snd_sb_csp * p);
138 int (*csp_autoload) (struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
139 int (*csp_start) (struct snd_sb_csp * p, int sample_width, int channels);
140 int (*csp_stop) (struct snd_sb_csp * p);
141 int (*csp_qsound_transfer) (struct snd_sb_csp * p);
147 struct snd_sb_csp { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_csp.c94 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
96 static int snd_sb_csp_unload(struct snd_sb_csp * p);
97 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags);
98 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
99 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
101 static int snd_sb_csp_use(struct snd_sb_csp * p);
102 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
103 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
104 static int snd_sb_csp_stop(struct snd_sb_csp * p);
105 static int snd_sb_csp_pause(struct snd_sb_csp *
[all...]
H A Dsb16_main.c56 struct snd_sb_csp *csp = chip->csp;
104 struct snd_sb_csp *csp = chip->csp;
142 struct snd_sb_csp *csp = chip->csp;
156 struct snd_sb_csp *csp = chip->csp;
174 struct snd_sb_csp *csp = chip->csp;
187 struct snd_sb_csp *csp = chip->csp;
205 struct snd_sb_csp *csp = chip->csp;

Completed in 100 milliseconds