Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
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-6.3-rc2/sound/isa/sb/
A Dsb16_csp.c87 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