Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/sound/
Dasound_fm.h70 struct snd_dm_fm_note { struct
101 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
/linux-4.4.14/sound/drivers/opl3/
Dopl3_synth.c72 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(&note, 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()