Searched defs:snd_sb_csp_start (Results 1 – 7 of 7) sorted by relevance
| /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-6.6/include/uapi/sound/ |
| D | sb16_csp.h | 64 struct snd_sb_csp_start { struct 65 int sample_width; /* sample width, look above */ 66 int channels; /* channels, look above */
|
| /kernel/linux/patches/linux-6.6/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/include/uapi/sound/ |
| D | sb16_csp.h | 79 struct snd_sb_csp_start { struct 80 int sample_width; /* sample width, look above */ 81 int channels; /* channels, look above */
|
| /kernel/linux/linux-5.10/sound/isa/sb/ |
| D | sb16_csp.c | 787 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function
|
| /kernel/linux/linux-6.6/sound/isa/sb/ |
| D | sb16_csp.c | 789 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels) in snd_sb_csp_start() function
|