Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dsb16_csp.h64 struct snd_sb_csp_start { struct
99 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/linux/sound/isa/sb/
H A Dsb16_csp.c88 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
132 p->ops.csp_start = snd_sb_csp_start; in snd_sb_csp_new()
188 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl()
233 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl()
795 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start()
794 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) snd_sb_csp_start() function