Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound_fm.h41 struct snd_dm_fm_voice { struct
102 #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice)
/linux-4.1.27/sound/drivers/opl3/
Dopl3_synth.c73 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice);
136 struct snd_dm_fm_voice voice; in snd_opl3_ioctl()
137 if (copy_from_user(&voice, argp, sizeof(struct snd_dm_fm_voice))) in snd_opl3_ioctl()
447 static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice) in snd_opl3_set_voice()