snd_sb_csp_start  114 include/uapi/sound/sb16_csp.h #define SNDRV_SB_CSP_IOCTL_START		_IOW('H', 0x13, struct snd_sb_csp_start)
snd_sb_csp_start   87 sound/isa/sb/sb16_csp.c static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
snd_sb_csp_start  129 sound/isa/sb/sb16_csp.c 	p->ops.csp_start = snd_sb_csp_start;
snd_sb_csp_start  185 sound/isa/sb/sb16_csp.c 	struct snd_sb_csp_start start_info;
snd_sb_csp_start  230 sound/isa/sb/sb16_csp.c 			err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels);