Searched refs:snd_dm_fm_voice (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound_fm.h | 42 struct snd_dm_fm_voice { struct 103 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound_fm.h | 27 struct snd_dm_fm_voice { struct 88 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 14 struct snd_dm_fm_voice { struct 55 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 27 struct snd_dm_fm_voice { struct 67 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 27 struct snd_dm_fm_voice { struct 67 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 61 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice); 126 struct snd_dm_fm_voice voice; in snd_opl3_ioctl() 127 if (copy_from_user(&voice, argp, sizeof(struct snd_dm_fm_voice))) in snd_opl3_ioctl() 437 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_synth.c | 61 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice); 126 struct snd_dm_fm_voice voice; in snd_opl3_ioctl() 127 if (copy_from_user(&voice, argp, sizeof(struct snd_dm_fm_voice))) in snd_opl3_ioctl() 437 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()
|
Completed in 4 milliseconds