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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dsb16_csp.h78 struct snd_sb_csp_start { struct
106 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16_csp.c103 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
144 p->ops.csp_start = snd_sb_csp_start;
204 struct snd_sb_csp_start start_info;
247 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels);
819 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) function

Completed in 44 milliseconds