Searched refs:snd_sb_csp_start (Results 1 – 2 of 2) sorted by relevance
64 struct snd_sb_csp_start { struct99 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
87 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);131 p->ops.csp_start = snd_sb_csp_start; in snd_sb_csp_new()187 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl()232 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()789 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function
Completed in 6 milliseconds