snd_dm_fm_note 102 include/uapi/sound/asound_fm.h #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note) snd_dm_fm_note 60 sound/drivers/opl3/opl3_synth.c static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note); snd_dm_fm_note 113 sound/drivers/opl3/opl3_synth.c struct snd_dm_fm_note note; snd_dm_fm_note 114 sound/drivers/opl3/opl3_synth.c if (copy_from_user(¬e, argp, sizeof(struct snd_dm_fm_note))) snd_dm_fm_note 388 sound/drivers/opl3/opl3_synth.c static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note)