Searched refs:snd_sb_csp_start (Results 1 – 2 of 2) sorted by relevance
78 struct snd_sb_csp_start { struct106 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
100 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