snd_sb_csp_start  106 include/sound/sb16_csp.h #define SNDRV_SB_CSP_IOCTL_START		_IOW('H', 0x13, struct snd_sb_csp_start)
snd_sb_csp_start  100 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  142 sound/isa/sb/sb16_csp.c 	p->ops.csp_start = snd_sb_csp_start;
snd_sb_csp_start  198 sound/isa/sb/sb16_csp.c 	struct snd_sb_csp_start start_info;
snd_sb_csp_start  242 sound/isa/sb/sb16_csp.c 			err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels);