Searched defs:snd_sb_csp_start (Results 1 – 4 of 4) sorted by relevance
79 struct snd_sb_csp_start { struct80 int sample_width; /* sample width, look above */81 int channels; /* channels, look above */
52 struct snd_sb_csp_start { struct72 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start) argument
39 struct snd_sb_csp_start { struct60 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start) argument
787 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function