snd_sb_csp_start
#define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
p->ops.csp_start = snd_sb_csp_start;
struct snd_sb_csp_start start_info;
err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels);
static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);