Searched refs:snd_sb_csp_start (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
D | sb16_csp.h | 79 struct snd_sb_csp_start { struct 114 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
D | sb16_csp.h | 39 struct snd_sb_csp_start { struct 60 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start) argument
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
D | sb16_csp.h | 52 struct snd_sb_csp_start { struct 72 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start) argument
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb16_csp.c | 87 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels); 129 p->ops.csp_start = snd_sb_csp_start; in snd_sb_csp_new() 185 struct snd_sb_csp_start start_info; in snd_sb_csp_ioctl() 230 err = snd_sb_csp_start(p, start_info.sample_width, start_info.channels); in snd_sb_csp_ioctl() 787 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function
|