Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dsb16_csp.h78 struct snd_sb_csp_start { struct
106 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/linux-2.6.39/sound/isa/sb/
Dsb16_csp.c100 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
142 p->ops.csp_start = snd_sb_csp_start; in snd_sb_csp_new()
198 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl()
242 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()
799 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function