Home
last modified time | relevance | path

Searched refs:snd_sb_csp_start (Results 1 – 1 of 1) sorted by relevance

/sound/isa/sb/
Dsb16_csp.c101 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
143 p->ops.csp_start = snd_sb_csp_start; in snd_sb_csp_new()
199 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl()
244 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()
801 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function