snd_dm_fm_voice 103 include/uapi/sound/asound_fm.h #define SNDRV_DM_FM_IOCTL_SET_VOICE _IOW('H', 0x23, struct snd_dm_fm_voice) snd_dm_fm_voice 61 sound/drivers/opl3/opl3_synth.c static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice); snd_dm_fm_voice 124 sound/drivers/opl3/opl3_synth.c struct snd_dm_fm_voice voice; snd_dm_fm_voice 125 sound/drivers/opl3/opl3_synth.c if (copy_from_user(&voice, argp, sizeof(struct snd_dm_fm_voice))) snd_dm_fm_voice 435 sound/drivers/opl3/opl3_synth.c static int snd_opl3_set_voice(struct snd_opl3 * opl3, struct snd_dm_fm_voice * voice)