Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsb16_csp.h79 struct snd_sb_csp_start { struct
114 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsb16_csp.h79 struct snd_sb_csp_start { struct
114 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsb16_csp.h79 struct snd_sb_csp_start { struct
114 #define SNDRV_SB_CSP_IOCTL_START _IOW('H', 0x13, struct snd_sb_csp_start)
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb16_csp.c87 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