Searched refs:snd_dm_fm_note (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/sound/
H A Dasound_fm.h56 struct snd_dm_fm_note { struct
87 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
/linux-master/sound/drivers/opl3/
H A Dopl3_synth.c60 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
115 struct snd_dm_fm_note note;
116 if (copy_from_user(&note, argp, sizeof(struct snd_dm_fm_note)))
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note)

Completed in 280 milliseconds