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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dsb16_csp.h78 typedef struct snd_sb_csp_start { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16_csp.c100 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;
198 struct snd_sb_csp_start start_info;
242 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels);
799 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) function

Completed in 37 milliseconds