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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_csp.c91 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
93 static int snd_sb_csp_unload(struct snd_sb_csp * p);
94 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, int load_flags);
95 static int snd_sb_csp_autoload(struct snd_sb_csp * p, int pcm_sfmt, int play_rec_mode);
96 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
98 static int snd_sb_csp_use(struct snd_sb_csp * p);
99 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
100 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
101 static int snd_sb_csp_stop(struct snd_sb_csp * p);
102 static int snd_sb_csp_pause(struct snd_sb_csp *
[all...]
H A Dsb16_main.c55 struct snd_sb_csp *csp = chip->csp;
103 struct snd_sb_csp *csp = chip->csp;
141 struct snd_sb_csp *csp = chip->csp;
155 struct snd_sb_csp *csp = chip->csp;
173 struct snd_sb_csp *csp = chip->csp;
186 struct snd_sb_csp *csp = chip->csp;
204 struct snd_sb_csp *csp = chip->csp;

Completed in 114 milliseconds