Searched refs:snd_dm_fm_note (Results 1 – 2 of 2) sorted by relevance
70 struct snd_dm_fm_note { struct101 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
72 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);125 struct snd_dm_fm_note note; in snd_opl3_ioctl()126 if (copy_from_user(¬e, argp, sizeof(struct snd_dm_fm_note))) in snd_opl3_ioctl()400 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()